#4777db

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

Shades of Royal Blue #4777DB

Tints of Royal Blue #4777DB

Color information

#4777DB (or 0x4777DB) is unknown color: approx Royal Blue. HEX triplet: 47, 77 and DB. RGB value is (71,119,219). Sum of RGB (Red+Green+Blue) = 71+119+219=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #4777DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777DB is #B88824. Grayscale: #737373. Windows color (decimal): -12093477 or 14382919. OLE color: 14382919.

HSL color Cylindrical-coordinate representation of color #4777DB: hue angle of 220.54º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4777DB is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71119219-
CMYK0.680.4600.14
HSL220.54º67.27%56.86%-
HSV(B)220.54º67.58%85.88%-
XYZ21.9819.6569.65-
YUV116.05186.195.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.36%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=17.36%
G=29.10%
B=53.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal711192190.680.4600.14220.5467.2756.86
Hex4777DB442E0Edd4339
Octal1071673331045601633510371
Binary1000111111011111011011100010010111001110110111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4777db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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