#476DC6

Color #476DC6 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #476DC6

Tints of Free Speech Blue #476DC6

Color information

#476DC6 (or 0x476DC6) is unknown color: approx Free Speech Blue. HEX triplet: 47, 6D and C6. RGB value is (71,109,198). Sum of RGB (Red+Green+Blue) = 71+109+198=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #476DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DC6 is #B89239. Grayscale: #6B6B6B. Windows color (decimal): -12096058 or 13004103. OLE color: 13004103.

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

Color convert

RGB71109198-
CMYK0.640.4500.22
HSL222.05º52.7%52.75%-
HSV(B)222.05º64.14%77.65%-
XYZ18.2616.3555.62-
YUV107.78178.91101.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.78%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 198 (77.73% from 255) = 52.38%
R=18.78%
G=28.84%
B=52.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711091980.640.4500.22222.0552.752.75
Hex476DC6402D016de3535
Octal107155306100550263366565
Binary1000111110110111000110100000010110101011011011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #476DC6;
 }
 .AnyTagClassName
 {
   color: #476DC6;
 }
</style>
background-color css

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

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

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

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

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

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