#4556E4

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

Shades of Royal Blue #4556E4

Tints of Royal Blue #4556E4

Color information

#4556E4 (or 0x4556E4) is unknown color: approx Royal Blue. HEX triplet: 45, 56 and E4. RGB value is (69,86,228). Sum of RGB (Red+Green+Blue) = 69+86+228=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 228 (89.45% from 255 or 59.53% from 383); Max value from RGB is 228 - color contains mainly: blue. Hex color #4556E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4556E4 is #BAA91B. Grayscale: #606060. Windows color (decimal): -12232988 or 14964293. OLE color: 14964293.

HSL color Cylindrical-coordinate representation of color #4556E4: hue angle of 233.58º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4556E4 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6986228-
CMYK0.700.6200.11
HSL233.58º74.65%58.24%-
HSV(B)233.58º69.74%89.41%-
XYZ19.7913.5274.97-
YUV97.1201.87107.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 228 (89.45% from 255) = 59.53%
R=18.02%
G=22.45%
B=59.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal69862280.700.6200.11233.5874.6558.24
Hex4556E4463E0Bea4b3a
Octal1051263441067601335211372
Binary1000101101011011100100100011011111001011111010101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4556E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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