Html Css Color HEX #476AD5 Royal Blue

📋 copy color: '#476AD5'

red 71 ◦ green 106 ◦ blue 213

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

Shades of Royal Blue #476AD5

Tints of Royal Blue #476AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.18%

 BLUE value IS 213 (83.59% from 255) = 54.62%

R = 18.21%
G = 27.18%
B = 54.62%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#476AD5 (or 0x476AD5) is known color: Royal Blue. HEX triplet: 47, 6A and D5. RGB value is (71,106,213). Sum of RGB (Red+Green+Blue) = 71+106+213=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #476AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476AD5 is #B8952A. Grayscale: #6B6B6B. Windows color (decimal): -12096811 or 13986375. OLE color: 13986375.

HSL color Cylindrical-coordinate representation of color #476AD5: hue angle of 225.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476AD5 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 106 213 -
CMYK 0.67 0.50 0 0.16
HSL 225.21º 0.63% 0.56% -
HSV(B) 225.21º 0.67% 0.84% -
XYZ 19.76 16.45 65.08 -
YUV 107.73 187.4 101.8 -
System Red Green Blue C M Y K H S L
Decimal 71 106 213 0.67 0.50 0 0.16 225.21 0.63 0.56
Hex 47 6A D5 43 32 0 10 E1 3F 38
Octal 107 152 325 103 62 0 20 341 77 70
Binary 1000111 1101010 11010101 1000011 110010 0 10000 11100001 111111 111000

Color Harmonies of #476AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AD5

Black with #476AD5

Text Example


Text Example

White with #476AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476AD5; }

 p { color: rgb(71,106,213); }

 H1.HeaderClassName
 {
   color: #476AD5;
 }
 .AnyTagClassName
 {
   color: #476AD5;
 }
</style>

background-color css

<style>
 a { background-color: #476AD5; }

 a { background-color: rgb(71,106,213); }

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

border-color css

<style>
 span { border-color: #476AD5; }

 span { border-color: rgb(71,106,213); }

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