#4866DC

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

Shades of Royal Blue #4866DC

Tints of Royal Blue #4866DC

Color information

#4866DC (or 0x4866DC) is unknown color: approx Royal Blue. HEX triplet: 48, 66 and DC. RGB value is (72,102,220). Sum of RGB (Red+Green+Blue) = 72+102+220=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #4866DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866DC is #B79923. Grayscale: #696969. Windows color (decimal): -12032292 or 14444104. OLE color: 14444104.

HSL color Cylindrical-coordinate representation of color #4866DC: hue angle of 227.84º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4866DC is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72102220-
CMYK0.670.5400.14
HSL227.84º67.89%57.25%-
HSV(B)227.84º67.27%86.27%-
XYZ20.3416.0569.74-
YUV106.48192.06103.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 220 (86.33% from 255) = 55.84%
R=18.27%
G=25.89%
B=55.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721022200.670.5400.14227.8467.8957.25
Hex4866DC43360Ee44439
Octal1101463341036601634410471
Binary1001000110011011011100100001111011001110111001001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4866DC; }

 p { color: rgb(72,102,220); }

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

<style>
 a { background-color: #4866DC; }

 a { background-color: rgb(72,102,220); }

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

<style>
 span { border-color: #4866DC; }

 span { border-color: rgb(72,102,220); }

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