#4C64DD

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

Shades of Royal Blue #4C64DD

Tints of Royal Blue #4C64DD

Color information

#4C64DD (or 0x4C64DD) is unknown color: approx Royal Blue. HEX triplet: 4C, 64 and DD. RGB value is (76,100,221). Sum of RGB (Red+Green+Blue) = 76+100+221=397 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.14% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C64DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C64DD is #B39B22. Grayscale: #6A6A6A. Windows color (decimal): -11770659 or 14509132. OLE color: 14509132.

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

Color convert

RGB76100221-
CMYK0.660.5500.13
HSL230.07º68.08%58.24%-
HSV(B)230.07º65.61%86.67%-
XYZ20.5915.8770.38-
YUV106.62192.55106.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.14%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 221 (86.72% from 255) = 55.67%
R=19.14%
G=25.19%
B=55.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761002210.660.5500.13230.0768.0858.24
Hex4C64DD42370De6443a
Octal1141443351026701534610472
Binary1001100110010011011101100001011011101101111001101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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