#4C58E0

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

Shades of Royal Blue #4C58E0

Tints of Royal Blue #4C58E0

Color information

#4C58E0 (or 0x4C58E0) is unknown color: approx Royal Blue. HEX triplet: 4C, 58 and E0. RGB value is (76,88,224). Sum of RGB (Red+Green+Blue) = 76+88+224=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #4C58E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C58E0 is #B3A71F. Grayscale: #636363. Windows color (decimal): -11773728 or 14702668. OLE color: 14702668.

HSL color Cylindrical-coordinate representation of color #4C58E0: hue angle of 235.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C58E0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7688224-
CMYK0.660.6100.12
HSL235.14º70.48%58.82%-
HSV(B)235.14º66.07%87.84%-
XYZ19.9213.972.15-
YUV99.92198.02110.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.59%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 224 (87.89% from 255) = 57.73%
R=19.59%
G=22.68%
B=57.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal76882240.660.6100.12235.1470.4858.82
Hex4C58E0423D0Ceb463b
Octal1141303401027501435310673
Binary1001100101100011100000100001011110101100111010111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C58E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C58E0; }

 p { color: rgb(76,88,224); }

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

<style>
 a { background-color: #4C58E0; }

 a { background-color: rgb(76,88,224); }

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

<style>
 span { border-color: #4C58E0; }

 span { border-color: rgb(76,88,224); }

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