Html Css Color HEX #476EC8 Royal Blue

📋 copy color: '#476EC8'

red 71 ◦ green 110 ◦ blue 200

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

Shades of Royal Blue #476EC8

Tints of Royal Blue #476EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.49%

R = 18.64%
G = 28.87%
B = 52.49%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#476EC8 (or 0x476EC8) is known color: Royal Blue. HEX triplet: 47, 6E and C8. RGB value is (71,110,200). Sum of RGB (Red+Green+Blue) = 71+110+200=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #476EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EC8 is #B89137. Grayscale: #6C6C6C. Windows color (decimal): -12095800 or 13135431. OLE color: 13135431.

HSL color Cylindrical-coordinate representation of color #476EC8: hue angle of 221.86º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476EC8 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 110 200 -
CMYK 0.64 0.45 0 0.22
HSL 221.86º 0.54% 0.53% -
HSV(B) 221.86º 0.65% 0.78% -
XYZ 18.6 16.66 56.88 -
YUV 108.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 71 110 200 0.64 0.45 0 0.22 221.86 0.54 0.53
Hex 47 6E C8 40 2D 0 16 DE 36 35
Octal 107 156 310 100 55 0 26 336 66 65
Binary 1000111 1101110 11001000 1000000 101101 0 10110 11011110 110110 110101

Color Harmonies of #476EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EC8

Black with #476EC8

Text Example


Text Example

White with #476EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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