#4869D0

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

Shades of Royal Blue #4869D0

Tints of Royal Blue #4869D0

Color information

#4869D0 (or 0x4869D0) is unknown color: approx Royal Blue. HEX triplet: 48, 69 and D0. RGB value is (72,105,208). Sum of RGB (Red+Green+Blue) = 72+105+208=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #4869D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869D0 is #B7962F. Grayscale: #6A6A6A. Windows color (decimal): -12031536 or 13658440. OLE color: 13658440.

HSL color Cylindrical-coordinate representation of color #4869D0: hue angle of 225.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4869D0 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72105208-
CMYK0.650.5000.18
HSL225.44º59.13%54.9%-
HSV(B)225.44º65.38%81.57%-
XYZ19.1116.0361.76-
YUV106.88185.07103.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 208 (81.64% from 255) = 54.03%
R=18.70%
G=27.27%
B=54.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal721052080.650.5000.18225.4459.1354.9
Hex4869D04132012e13b37
Octal110151320101620223417367
Binary1001000110100111010000100000111001001001011100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4869D0; }

 p { color: rgb(72,105,208); }

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

<style>
 a { background-color: #4869D0; }

 a { background-color: rgb(72,105,208); }

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

<style>
 span { border-color: #4869D0; }

 span { border-color: rgb(72,105,208); }

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