#4A61C9

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

Shades of Free Speech Blue #4A61C9

Tints of Free Speech Blue #4A61C9

Color information

#4A61C9 (or 0x4A61C9) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 61 and C9. RGB value is (74,97,201). Sum of RGB (Red+Green+Blue) = 74+97+201=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #4A61C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A61C9 is #B59E36. Grayscale: #656565. Windows color (decimal): -11902519 or 13197642. OLE color: 13197642.

HSL color Cylindrical-coordinate representation of color #4A61C9: hue angle of 229.13º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A61C9 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7497201-
CMYK0.630.5200.21
HSL229.13º54.04%53.92%-
HSV(B)229.13º63.18%78.82%-
XYZ17.6414.2257.07-
YUV101.98183.88108.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.89%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 201 (78.91% from 255) = 54.03%
R=19.89%
G=26.08%
B=54.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74972010.630.5200.21229.1354.0453.92
Hex4A61C93F34015e53636
Octal11214131177640253456666
Binary100101011000011100100111111111010001010111100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A61C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A61C9; }

 p { color: rgb(74,97,201); }

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

<style>
 a { background-color: #4A61C9; }

 a { background-color: rgb(74,97,201); }

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

<style>
 span { border-color: #4A61C9; }

 span { border-color: rgb(74,97,201); }

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