#474CC9

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

Shades of Free Speech Blue #474CC9

Tints of Free Speech Blue #474CC9

Color information

#474CC9 (or 0x474CC9) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4C and C9. RGB value is (71,76,201). Sum of RGB (Red+Green+Blue) = 71+76+201=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #474CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CC9 is #B8B336. Grayscale: #585858. Windows color (decimal): -12104503 or 13192263. OLE color: 13192263.

HSL color Cylindrical-coordinate representation of color #474CC9: hue angle of 237.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474CC9 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7176201-
CMYK0.650.6200.21
HSL237.69º54.62%53.33%-
HSV(B)237.69º64.68%78.82%-
XYZ15.7310.7356.5-
YUV88.76191.34115.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 201 (78.91% from 255) = 57.76%
R=20.40%
G=21.84%
B=57.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71762010.650.6200.21237.6954.6253.33
Hex474CC9413E015ee3735
Octal107114311101760253566765
Binary1000111100110011001001100000111111001010111101110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,76,201); }

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

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

 a { background-color: rgb(71,76,201); }

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

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

 span { border-color: rgb(71,76,201); }

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