#474DC3

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

Shades of Free Speech Blue #474DC3

Tints of Free Speech Blue #474DC3

Color information

#474DC3 (or 0x474DC3) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4D and C3. RGB value is (71,77,195). Sum of RGB (Red+Green+Blue) = 71+77+195=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 195 (76.56% from 255 or 56.85% from 343); Max value from RGB is 195 - color contains mainly: blue. Hex color #474DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DC3 is #B8B23C. Grayscale: #585858. Windows color (decimal): -12104253 or 12799303. OLE color: 12799303.

HSL color Cylindrical-coordinate representation of color #474DC3: hue angle of 237.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #474DC3 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7177195-
CMYK0.640.6100.24
HSL237.1º50.82%52.16%-
HSV(B)237.1º63.59%76.47%-
XYZ15.110.5952.88-
YUV88.66188.01115.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 195 (76.56% from 255) = 56.85%
R=20.70%
G=22.45%
B=56.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71771950.640.6100.24237.150.8252.16
Hex474DC3403D018ed3334
Octal107115303100750303556364
Binary1000111100110111000011100000011110101100011101101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,77,195); }

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

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

 a { background-color: rgb(71,77,195); }

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

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

 span { border-color: rgb(71,77,195); }

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