#4556EA

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

Shades of Royal Blue #4556EA

Tints of Royal Blue #4556EA

Color information

#4556EA (or 0x4556EA) is unknown color: approx Royal Blue. HEX triplet: 45, 56 and EA. RGB value is (69,86,234). Sum of RGB (Red+Green+Blue) = 69+86+234=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #4556EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4556EA is #BAA915. Grayscale: #616161. Windows color (decimal): -12232982 or 15357509. OLE color: 15357509.

HSL color Cylindrical-coordinate representation of color #4556EA: hue angle of 233.82º 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 #4556EA is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6986234-
CMYK0.710.6300.08
HSL233.82º79.71%59.41%-
HSV(B)233.82º70.51%91.76%-
XYZ20.6313.8679.43-
YUV97.79204.87107.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.74%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 234 (91.80% from 255) = 60.15%
R=17.74%
G=22.11%
B=60.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69862340.710.6300.08233.8279.7159.41
Hex4556EA473F08ea503b
Octal1051263521077701035212073
Binary1000101101011011101010100011111111101000111010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4556EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,86,234); }

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

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

 a { background-color: rgb(69,86,234); }

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

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

 span { border-color: rgb(69,86,234); }

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