Html Css Color HEX #477ADB Royal Blue

📋 copy color: '#477ADB'

red 71 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #477ADB

Tints of Royal Blue #477ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.61%

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

R = 17.23%
G = 29.61%
B = 53.16%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#477ADB (or 0x477ADB) is known color: Royal Blue. HEX triplet: 47, 7A and DB. RGB value is (71,122,219). Sum of RGB (Red+Green+Blue) = 71+122+219=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #477ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ADB is #B88524. Grayscale: #757575. Windows color (decimal): -12092709 or 14383687. OLE color: 14383687.

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

Color convert

RGB 71 122 219 -
CMYK 0.68 0.44 0 0.14
HSL 219.32º 0.67% 0.57% -
HSV(B) 219.32º 0.68% 0.86% -
XYZ 22.34 20.37 69.77 -
YUV 117.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 71 122 219 0.68 0.44 0 0.14 219.32 0.67 0.57
Hex 47 7A DB 44 2C 0 E DB 43 39
Octal 107 172 333 104 54 0 16 333 103 71
Binary 1000111 1111010 11011011 1000100 101100 0 1110 11011011 1000011 111001

Color Harmonies of #477ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ADB

Black with #477ADB

Text Example


Text Example

White with #477ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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