Html Css Color HEX #476ECC Royal Blue

📋 copy color: '#476ECC'

red 71 ◦ green 110 ◦ blue 204

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

Shades of Royal Blue #476ECC

Tints of Royal Blue #476ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 18.44%
G = 28.57%
B = 52.99%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#476ECC (or 0x476ECC) is known color: Royal Blue. HEX triplet: 47, 6E and CC. RGB value is (71,110,204). Sum of RGB (Red+Green+Blue) = 71+110+204=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #476ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ECC is #B89133. Grayscale: #6C6C6C. Windows color (decimal): -12095796 or 13397575. OLE color: 13397575.

HSL color Cylindrical-coordinate representation of color #476ECC: hue angle of 222.41º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476ECC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 110 204 -
CMYK 0.65 0.46 0 0.2
HSL 222.41º 0.57% 0.54% -
HSV(B) 222.41º 0.65% 0.8% -
XYZ 19.07 16.85 59.37 -
YUV 109.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 71 110 204 0.65 0.46 0 0.2 222.41 0.57 0.54
Hex 47 6E CC 41 2E 0 14 DE 39 36
Octal 107 156 314 101 56 0 24 336 71 66
Binary 1000111 1101110 11001100 1000001 101110 0 10100 11011110 111001 110110

Color Harmonies of #476ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ECC

Black with #476ECC

Text Example


Text Example

White with #476ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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