#4977db

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

Shades of Royal Blue #4977DB

Tints of Royal Blue #4977DB

Color information

#4977DB (or 0x4977DB) is unknown color: approx Royal Blue. HEX triplet: 49, 77 and DB. RGB value is (73,119,219). Sum of RGB (Red+Green+Blue) = 73+119+219=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #4977DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977DB is #B68824. Grayscale: #747474. Windows color (decimal): -11962405 or 14382921. OLE color: 14382921.

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

Color convert

RGB73119219-
CMYK0.670.4600.14
HSL221.1º66.97%57.25%-
HSV(B)221.1º66.67%85.88%-
XYZ22.1319.7269.66-
YUV116.65185.7696.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 219 (85.94% from 255) = 53.28%
R=17.76%
G=28.95%
B=53.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731192190.670.4600.14221.166.9757.25
Hex4977DB432E0Edd4339
Octal1111673331035601633510371
Binary1001001111011111011011100001110111001110110111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4977db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4977db; }

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

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

<style>
 a { background-color: #4977db; }

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

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

<style>
 span { border-color: #4977db; }

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

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