Html Css Color HEX #4776DB Royal Blue

📋 copy color: '#4776DB'

red 71 ◦ green 118 ◦ blue 219

#4776DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4776DB

Tints of Royal Blue #4776DB

RGB

 RED value IS 71 (28.13% from 255) = 17.4%

 GREEN value IS 118 (46.48% from 255) = 28.92%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 17.4%
G = 28.92%
B = 53.68%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4776DB (or 0x4776DB) is known color: Royal Blue. HEX triplet: 47, 76 and DB. RGB value is (71,118,219). Sum of RGB (Red+Green+Blue) = 71+118+219=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #4776DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776DB is #B88924. Grayscale: #737373. Windows color (decimal): -12093733 or 14382663. OLE color: 14382663.

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

Color convert

RGB 71 118 219 -
CMYK 0.68 0.46 0 0.14
HSL 220.95º 0.67% 0.57% -
HSV(B) 220.95º 0.68% 0.86% -
XYZ 21.86 19.41 69.61 -
YUV 115.46 186.43 96.29 -
System Red Green Blue C M Y K H S L
Decimal 71 118 219 0.68 0.46 0 0.14 220.95 0.67 0.57
Hex 47 76 DB 44 2E 0 E DD 43 39
Octal 107 166 333 104 56 0 16 335 103 71
Binary 1000111 1110110 11011011 1000100 101110 0 1110 11011101 1000011 111001

Color Harmonies of #4776DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4776DB

Black with #4776DB

Text Example


Text Example

White with #4776DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4776DB;
 }
 .AnyTagClassName
 {
   color: #4776DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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