#4C66DD

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

Shades of Royal Blue #4C66DD

Tints of Royal Blue #4C66DD

Color information

#4C66DD (or 0x4C66DD) is unknown color: approx Royal Blue. HEX triplet: 4C, 66 and DD. RGB value is (76,102,221). Sum of RGB (Red+Green+Blue) = 76+102+221=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C66DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C66DD is #B39922. Grayscale: #6B6B6B. Windows color (decimal): -11770147 or 14509644. OLE color: 14509644.

HSL color Cylindrical-coordinate representation of color #4C66DD: hue angle of 229.24º 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 #4C66DD is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76102221-
CMYK0.660.5400.13
HSL229.24º68.08%58.24%-
HSV(B)229.24º65.61%86.67%-
XYZ20.7816.2670.45-
YUV107.79191.89105.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.05%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=19.05%
G=25.56%
B=55.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761022210.660.5400.13229.2468.0858.24
Hex4C66DD42360De5443a
Octal1141463351026601534510472
Binary1001100110011011011101100001011011001101111001011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C66DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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