#4968DB

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

Shades of Royal Blue #4968DB

Tints of Royal Blue #4968DB

Color information

#4968DB (or 0x4968DB) is unknown color: approx Royal Blue. HEX triplet: 49, 68 and DB. RGB value is (73,104,219). Sum of RGB (Red+Green+Blue) = 73+104+219=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 104 (41.02% from 255 or 26.26% 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 #4968DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968DB is #B69724. Grayscale: #6B6B6B. Windows color (decimal): -11966245 or 14379081. OLE color: 14379081.

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

Color convert

RGB73104219-
CMYK0.670.5300.14
HSL227.26º66.97%57.25%-
HSV(B)227.26º66.67%85.88%-
XYZ20.4816.4369.11-
YUV107.84190.73103.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 219 (85.94% from 255) = 55.30%
R=18.43%
G=26.26%
B=55.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731042190.670.5300.14227.2666.9757.25
Hex4968DB43350Ee34339
Octal1111503331036501634310371
Binary1001001110100011011011100001111010101110111000111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4968DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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