#4864DD

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

Shades of Royal Blue #4864DD

Tints of Royal Blue #4864DD

Color information

#4864DD (or 0x4864DD) is unknown color: approx Royal Blue. HEX triplet: 48, 64 and DD. RGB value is (72,100,221). Sum of RGB (Red+Green+Blue) = 72+100+221=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #4864DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864DD is #B79B22. Grayscale: #686868. Windows color (decimal): -12032803 or 14509128. OLE color: 14509128.

HSL color Cylindrical-coordinate representation of color #4864DD: hue angle of 228.72º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4864DD is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB72100221-
CMYK0.670.5500.13
HSL228.72º68.66%57.45%-
HSV(B)228.72º67.42%86.67%-
XYZ20.2815.7170.37-
YUV105.42193.22104.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=18.32%
G=25.45%
B=56.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal721002210.670.5500.13228.7268.6657.45
Hex4864DD43370De54539
Octal1101443351036701534510571
Binary1001000110010011011101100001111011101101111001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4864DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4864DD; }

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

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

<style>
 a { background-color: #4864DD; }

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

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

<style>
 span { border-color: #4864DD; }

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

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