#474BC6

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

Shades of Free Speech Blue #474BC6

Tints of Free Speech Blue #474BC6

Color information

#474BC6 (or 0x474BC6) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4B and C6. RGB value is (71,75,198). Sum of RGB (Red+Green+Blue) = 71+75+198=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #474BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BC6 is #B8B439. Grayscale: #575757. Windows color (decimal): -12104762 or 12995399. OLE color: 12995399.

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

Color convert

RGB7175198-
CMYK0.640.6200.22
HSL238.11º52.7%52.75%-
HSV(B)238.11º64.14%77.65%-
XYZ15.3110.4554.64-
YUV87.83190.17116-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 198 (77.73% from 255) = 57.56%
R=20.64%
G=21.80%
B=57.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71751980.640.6200.22238.1152.752.75
Hex474BC6403E016ee3535
Octal107113306100760263566565
Binary1000111100101111000110100000011111001011011101110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474BC6; }

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

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

<style>
 a { background-color: #474BC6; }

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

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

<style>
 span { border-color: #474BC6; }

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

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