#4C58DD

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

Shades of Royal Blue #4C58DD

Tints of Royal Blue #4C58DD

Color information

#4C58DD (or 0x4C58DD) is unknown color: approx Royal Blue. HEX triplet: 4C, 58 and DD. RGB value is (76,88,221). Sum of RGB (Red+Green+Blue) = 76+88+221=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C58DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C58DD is #B3A722. Grayscale: #636363. Windows color (decimal): -11773731 or 14506060. OLE color: 14506060.

HSL color Cylindrical-coordinate representation of color #4C58DD: hue angle of 235.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C58DD is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7688221-
CMYK0.660.6000.13
HSL235.03º68.08%58.24%-
HSV(B)235.03º65.61%86.67%-
XYZ19.5213.7470.03-
YUV99.57196.52111.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.74%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 221 (86.72% from 255) = 57.40%
R=19.74%
G=22.86%
B=57.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76882210.660.6000.13235.0368.0858.24
Hex4C58DD423C0Deb443a
Octal1141303351027401535310472
Binary1001100101100011011101100001011110001101111010111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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