#4862DB

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

Shades of Royal Blue #4862DB

Tints of Royal Blue #4862DB

Color information

#4862DB (or 0x4862DB) is unknown color: approx Royal Blue. HEX triplet: 48, 62 and DB. RGB value is (72,98,219). Sum of RGB (Red+Green+Blue) = 72+98+219=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #4862DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4862DB is #B79D24. Grayscale: #676767. Windows color (decimal): -12033317 or 14377544. OLE color: 14377544.

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

Color convert

RGB7298219-
CMYK0.670.5500.14
HSL229.39º67.12%57.06%-
HSV(B)229.39º67.12%85.88%-
XYZ19.8315.2368.91-
YUV104.02192.89105.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.51%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 219 (85.94% from 255) = 56.30%
R=18.51%
G=25.19%
B=56.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72982190.670.5500.14229.3967.1257.06
Hex4862DB43370Ee54339
Octal1101423331036701634510371
Binary1001000110001011011011100001111011101110111001011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4862DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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