Html Css Color HEX #476EC5 Free Speech Blue

📋 copy color: '#476EC5'

red 71 ◦ green 110 ◦ blue 197

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

Shades of Free Speech Blue #476EC5

Tints of Free Speech Blue #476EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.12%

R = 18.78%
G = 29.1%
B = 52.12%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#476EC5 (or 0x476EC5) is known color: Free Speech Blue. HEX triplet: 47, 6E and C5. RGB value is (71,110,197). Sum of RGB (Red+Green+Blue) = 71+110+197=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #476EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EC5 is #B8913A. Grayscale: #6B6B6B. Windows color (decimal): -12095803 or 12938823. OLE color: 12938823.

HSL color Cylindrical-coordinate representation of color #476EC5: hue angle of 221.43º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476EC5 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 71 110 197 -
CMYK 0.64 0.44 0 0.23
HSL 221.43º 0.52% 0.53% -
HSV(B) 221.43º 0.64% 0.77% -
XYZ 18.25 16.52 55.05 -
YUV 108.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 71 110 197 0.64 0.44 0 0.23 221.43 0.52 0.53
Hex 47 6E C5 40 2C 0 17 DD 34 35
Octal 107 156 305 100 54 0 27 335 64 65
Binary 1000111 1101110 11000101 1000000 101100 0 10111 11011101 110100 110101

Color Harmonies of #476EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EC5

Black with #476EC5

Text Example


Text Example

White with #476EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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