Html Css Color HEX #476EC6 Free Speech Blue

📋 copy color: '#476EC6'

red 71 ◦ green 110 ◦ blue 198

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

Shades of Free Speech Blue #476EC6

Tints of Free Speech Blue #476EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.24%

R = 18.73%
G = 29.02%
B = 52.24%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#476EC6 (or 0x476EC6) is known color: Free Speech Blue. HEX triplet: 47, 6E and C6. RGB value is (71,110,198). Sum of RGB (Red+Green+Blue) = 71+110+198=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #476EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EC6 is #B89139. Grayscale: #6B6B6B. Windows color (decimal): -12095802 or 13004359. OLE color: 13004359.

HSL color Cylindrical-coordinate representation of color #476EC6: hue angle of 221.57º degrees, saturation: 0.53, 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 #476EC6 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 110 198 -
CMYK 0.64 0.44 0 0.22
HSL 221.57º 0.53% 0.53% -
HSV(B) 221.57º 0.64% 0.78% -
XYZ 18.37 16.57 55.66 -
YUV 108.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 71 110 198 0.64 0.44 0 0.22 221.57 0.53 0.53
Hex 47 6E C6 40 2C 0 16 DE 35 35
Octal 107 156 306 100 54 0 26 336 65 65
Binary 1000111 1101110 11000110 1000000 101100 0 10110 11011110 110101 110101

Color Harmonies of #476EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EC6

Black with #476EC6

Text Example


Text Example

White with #476EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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