#4A6AC9

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

Shades of Free Speech Blue #4A6AC9

Tints of Free Speech Blue #4A6AC9

Color information

#4A6AC9 (or 0x4A6AC9) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 6A and C9. RGB value is (74,106,201). Sum of RGB (Red+Green+Blue) = 74+106+201=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #4A6AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6AC9 is #B59536. Grayscale: #6A6A6A. Windows color (decimal): -11900215 or 13199946. OLE color: 13199946.

HSL color Cylindrical-coordinate representation of color #4A6AC9: hue angle of 224.88º 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 #4A6AC9 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB74106201-
CMYK0.630.4700.21
HSL224.88º54.04%53.92%-
HSV(B)224.88º63.18%78.82%-
XYZ18.5215.9857.37-
YUV107.26180.9104.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.42%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=19.42%
G=27.82%
B=52.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741062010.630.4700.21224.8854.0453.92
Hex4A6AC93F2F015e13636
Octal11215231177570253416666
Binary100101011010101100100111111110111101010111100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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