Html Css Color HEX #476ED4 Royal Blue

📋 copy color: '#476ED4'

red 71 ◦ green 110 ◦ blue 212

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

Shades of Royal Blue #476ED4

Tints of Royal Blue #476ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 53.94%

R = 18.07%
G = 27.99%
B = 53.94%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#476ED4 (or 0x476ED4) is known color: Royal Blue. HEX triplet: 47, 6E and D4. RGB value is (71,110,212). Sum of RGB (Red+Green+Blue) = 71+110+212=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #476ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ED4 is #B8912B. Grayscale: #6D6D6D. Windows color (decimal): -12095788 or 13921863. OLE color: 13921863.

HSL color Cylindrical-coordinate representation of color #476ED4: hue angle of 223.4º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476ED4 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 71 110 212 -
CMYK 0.67 0.48 0 0.17
HSL 223.4º 0.62% 0.55% -
HSV(B) 223.4º 0.67% 0.83% -
XYZ 20.06 17.24 64.56 -
YUV 109.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 71 110 212 0.67 0.48 0 0.17 223.4 0.62 0.55
Hex 47 6E D4 43 30 0 11 DF 3E 37
Octal 107 156 324 103 60 0 21 337 76 67
Binary 1000111 1101110 11010100 1000011 110000 0 10001 11011111 111110 110111

Color Harmonies of #476ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ED4

Black with #476ED4

Text Example


Text Example

White with #476ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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