#4959DB

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

Shades of Royal Blue #4959DB

Tints of Royal Blue #4959DB

Color information

#4959DB (or 0x4959DB) is unknown color: approx Royal Blue. HEX triplet: 49, 59 and DB. RGB value is (73,89,219). Sum of RGB (Red+Green+Blue) = 73+89+219=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #4959DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959DB is #B6A624. Grayscale: #626262. Windows color (decimal): -11970085 or 14375241. OLE color: 14375241.

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

Color convert

RGB7389219-
CMYK0.670.5900.14
HSL233.42º66.97%57.25%-
HSV(B)233.42º66.67%85.88%-
XYZ19.1113.6868.65-
YUV99.04195.7109.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 219 (85.94% from 255) = 57.48%
R=19.16%
G=23.36%
B=57.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73892190.670.5900.14233.4266.9757.25
Hex4959DB433B0Ee94339
Octal1111313331037301635110371
Binary1001001101100111011011100001111101101110111010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4959DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,89,219); }

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

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

 a { background-color: rgb(73,89,219); }

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

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

 span { border-color: rgb(73,89,219); }

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