#474AC6

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

Shades of Free Speech Blue #474AC6

Tints of Free Speech Blue #474AC6

Color information

#474AC6 (or 0x474AC6) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4A and C6. RGB value is (71,74,198). Sum of RGB (Red+Green+Blue) = 71+74+198=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #474AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474AC6 is #B8B539. Grayscale: #565656. Windows color (decimal): -12105018 or 12995143. OLE color: 12995143.

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

Color convert

RGB7174198-
CMYK0.640.6300.22
HSL238.58º52.7%52.75%-
HSV(B)238.58º64.14%77.65%-
XYZ15.2410.3154.61-
YUV87.24190.51116.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 198 (77.73% from 255) = 57.73%
R=20.70%
G=21.57%
B=57.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71741980.640.6300.22238.5852.752.75
Hex474AC6403F016ef3535
Octal107112306100770263576565
Binary1000111100101011000110100000011111101011011101111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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