#4869DB

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

Shades of Royal Blue #4869DB

Tints of Royal Blue #4869DB

Color information

#4869DB (or 0x4869DB) is unknown color: approx Royal Blue. HEX triplet: 48, 69 and DB. RGB value is (72,105,219). Sum of RGB (Red+Green+Blue) = 72+105+219=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #4869DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869DB is #B79624. Grayscale: #6B6B6B. Windows color (decimal): -12031525 or 14379336. OLE color: 14379336.

HSL color Cylindrical-coordinate representation of color #4869DB: hue angle of 226.53º degrees, saturation: 0.67, 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 #4869DB is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72105219-
CMYK0.670.5200.14
HSL226.53º67.12%57.06%-
HSV(B)226.53º67.12%85.88%-
XYZ20.5116.669.14-
YUV108.13190.57102.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.18%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 219 (85.94% from 255) = 55.30%
R=18.18%
G=26.52%
B=55.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721052190.670.5200.14226.5367.1257.06
Hex4869DB43340Ee34339
Octal1101513331036401634310371
Binary1001000110100111011011100001111010001110111000111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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