Html Css Color HEX #476ED6 Royal Blue

📋 copy color: '#476ED6'

red 71 ◦ green 110 ◦ blue 214

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

Shades of Royal Blue #476ED6

Tints of Royal Blue #476ED6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.85%

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

R = 17.97%
G = 27.85%
B = 54.18%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#476ED6 (or 0x476ED6) is known color: Royal Blue. HEX triplet: 47, 6E and D6. RGB value is (71,110,214). Sum of RGB (Red+Green+Blue) = 71+110+214=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #476ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ED6 is #B89129. Grayscale: #6D6D6D. Windows color (decimal): -12095786 or 14052935. OLE color: 14052935.

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

Color convert

RGB 71 110 214 -
CMYK 0.67 0.49 0 0.16
HSL 223.64º 0.64% 0.56% -
HSV(B) 223.64º 0.67% 0.84% -
XYZ 20.31 17.35 65.9 -
YUV 110.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 71 110 214 0.67 0.49 0 0.16 223.64 0.64 0.56
Hex 47 6E D6 43 31 0 10 E0 40 38
Octal 107 156 326 103 61 0 20 340 100 70
Binary 1000111 1101110 11010110 1000011 110001 0 10000 11100000 1000000 111000

Color Harmonies of #476ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ED6

Black with #476ED6

Text Example


Text Example

White with #476ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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