#4865DB

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

Shades of Royal Blue #4865DB

Tints of Royal Blue #4865DB

Color information

#4865DB (or 0x4865DB) is unknown color: approx Royal Blue. HEX triplet: 48, 65 and DB. RGB value is (72,101,219). Sum of RGB (Red+Green+Blue) = 72+101+219=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #4865DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865DB is #B79A24. Grayscale: #696969. Windows color (decimal): -12032549 or 14378312. OLE color: 14378312.

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

Color convert

RGB72101219-
CMYK0.670.5400.14
HSL228.16º67.12%57.06%-
HSV(B)228.16º67.12%85.88%-
XYZ20.1115.869.01-
YUV105.78191.89103.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.37%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 219 (85.94% from 255) = 55.87%
R=18.37%
G=25.77%
B=55.87%

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
Decimal721012190.670.5400.14228.1667.1257.06
Hex4865DB43360Ee44339
Octal1101453331036601634410371
Binary1001000110010111011011100001111011001110111001001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4865DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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