#4558EA

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

Shades of Royal Blue #4558EA

Tints of Royal Blue #4558EA

Color information

#4558EA (or 0x4558EA) is unknown color: approx Royal Blue. HEX triplet: 45, 58 and EA. RGB value is (69,88,234). Sum of RGB (Red+Green+Blue) = 69+88+234=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #4558EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4558EA is #BAA715. Grayscale: #626262. Windows color (decimal): -12232470 or 15358021. OLE color: 15358021.

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

Color convert

RGB6988234-
CMYK0.710.6200.08
HSL233.09º79.71%59.41%-
HSV(B)233.09º70.51%91.76%-
XYZ20.814.1979.48-
YUV98.96204.21106.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.65%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 234 (91.80% from 255) = 59.85%
R=17.65%
G=22.51%
B=59.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69882340.710.6200.08233.0979.7159.41
Hex4558EA473E08e9503b
Octal1051303521077601035112073
Binary1000101101100011101010100011111111001000111010011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4558EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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