#4478EA

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

Shades of Royal Blue #4478EA

Tints of Royal Blue #4478EA

Color information

#4478EA (or 0x4478EA) is unknown color: approx Royal Blue. HEX triplet: 44, 78 and EA. RGB value is (68,120,234). Sum of RGB (Red+Green+Blue) = 68+120+234=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #4478EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4478EA is #BB8715. Grayscale: #747474. Windows color (decimal): -12289814 or 15366212. OLE color: 15366212.

HSL color Cylindrical-coordinate representation of color #4478EA: hue angle of 221.2º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4478EA is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68120234-
CMYK0.710.4900.08
HSL221.2º79.81%59.22%-
HSV(B)221.2º70.94%91.76%-
XYZ23.9520.680.56-
YUV117.45193.7792.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.11%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 234 (91.80% from 255) = 55.45%
R=16.11%
G=28.44%
B=55.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal681202340.710.4900.08221.279.8159.22
Hex4478EA473108dd503b
Octal1041703521076101033512073
Binary1000100111100011101010100011111000101000110111011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4478EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4478EA; }

 p { color: rgb(68,120,234); }

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

<style>
 a { background-color: #4478EA; }

 a { background-color: rgb(68,120,234); }

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

<style>
 span { border-color: #4478EA; }

 span { border-color: rgb(68,120,234); }

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