Html Css Color HEX #476AD6 Royal Blue

📋 copy color: '#476AD6'

red 71 ◦ green 106 ◦ blue 214

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

Shades of Royal Blue #476AD6

Tints of Royal Blue #476AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.73%

R = 18.16%
G = 27.11%
B = 54.73%

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

#476AD6 (or 0x476AD6) is known color: Royal Blue. HEX triplet: 47, 6A and D6. RGB value is (71,106,214). Sum of RGB (Red+Green+Blue) = 71+106+214=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #476AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476AD6 is #B89529. Grayscale: #6B6B6B. Windows color (decimal): -12096810 or 14051911. OLE color: 14051911.

HSL color Cylindrical-coordinate representation of color #476AD6: hue angle of 225.31º degrees, saturation: 0.64, 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 #476AD6 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 106 214 -
CMYK 0.67 0.50 0 0.16
HSL 225.31º 0.64% 0.56% -
HSV(B) 225.31º 0.67% 0.84% -
XYZ 19.89 16.5 65.76 -
YUV 107.85 187.9 101.72 -
System Red Green Blue C M Y K H S L
Decimal 71 106 214 0.67 0.50 0 0.16 225.31 0.64 0.56
Hex 47 6A D6 43 32 0 10 E1 40 38
Octal 107 152 326 103 62 0 20 341 100 70
Binary 1000111 1101010 11010110 1000011 110010 0 10000 11100001 1000000 111000

Color Harmonies of #476AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AD6

Black with #476AD6

Text Example


Text Example

White with #476AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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