#4778dc

Color #4778DC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4778DC

Tints of Royal Blue #4778DC

Color information

#4778DC (or 0x4778DC) is unknown color: approx Royal Blue. HEX triplet: 47, 78 and DC. RGB value is (71,120,220). Sum of RGB (Red+Green+Blue) = 71+120+220=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #4778DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4778DC is #B88723. Grayscale: #747474. Windows color (decimal): -12093220 or 14448711. OLE color: 14448711.

HSL color Cylindrical-coordinate representation of color #4778DC: hue angle of 220.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4778DC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71120220-
CMYK0.680.4500.14
HSL220.27º68.04%57.06%-
HSV(B)220.27º67.73%86.27%-
XYZ22.2319.9470.39-
YUV116.75186.2795.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 17.27%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 220 (86.33% from 255) = 53.53%
R=17.27%
G=29.20%
B=53.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal711202200.680.4500.14220.2768.0457.06
Hex4778DC442D0Edc4439
Octal1071703341045501633410471
Binary1000111111100011011100100010010110101110110111001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4778dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4778dc; }

 p { color: rgb(71,120,220); }

 H1.HeaderClassName
 {
   color: #4778dc;
 }
 .AnyTagClassName
 {
   color: #4778dc;
 }
</style>
background-color css

<style>
 a { background-color: #4778dc; }

 a { background-color: rgb(71,120,220); }

 div.DivClassName
 {
   background-color: #4778dc;
 }
 .BgClassName
 {
   background-color: #4778dc;
 }
</style>
border-color css

<style>
 span { border-color: #4778dc; }

 span { border-color: rgb(71,120,220); }

 td.TdClassName
 {
   border-color: #4778dc;
 }
 .TagClassName
 {
   border-color: #4778dc;
 }
</style>