Html Css Color HEX #477EDB Royal Blue

📋 copy color: '#477EDB'

red 71 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #477EDB

Tints of Royal Blue #477EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.29%

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

R = 17.07%
G = 30.29%
B = 52.64%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#477EDB (or 0x477EDB) is known color: Royal Blue. HEX triplet: 47, 7E and DB. RGB value is (71,126,219). Sum of RGB (Red+Green+Blue) = 71+126+219=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #477EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EDB is #B88124. Grayscale: #777777. Windows color (decimal): -12091685 or 14384711. OLE color: 14384711.

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

Color convert

RGB 71 126 219 -
CMYK 0.68 0.42 0 0.14
HSL 217.7º 0.67% 0.57% -
HSV(B) 217.7º 0.68% 0.86% -
XYZ 22.85 21.38 69.94 -
YUV 120.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 71 126 219 0.68 0.42 0 0.14 217.7 0.67 0.57
Hex 47 7E DB 44 2A 0 E DA 43 39
Octal 107 176 333 104 52 0 16 332 103 71
Binary 1000111 1111110 11011011 1000100 101010 0 1110 11011010 1000011 111001

Color Harmonies of #477EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477EDB

Black with #477EDB

Text Example


Text Example

White with #477EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477EDB; }

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

 H1.HeaderClassName
 {
   color: #477EDB;
 }
 .AnyTagClassName
 {
   color: #477EDB;
 }
</style>

background-color css

<style>
 a { background-color: #477EDB; }

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

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

border-color css

<style>
 span { border-color: #477EDB; }

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

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