#4A59CA

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

Shades of Free Speech Blue #4A59CA

Tints of Free Speech Blue #4A59CA

Color information

#4A59CA (or 0x4A59CA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 59 and CA. RGB value is (74,89,202). Sum of RGB (Red+Green+Blue) = 74+89+202=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A59CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A59CA is #B5A635. Grayscale: #606060. Windows color (decimal): -11904566 or 13261130. OLE color: 13261130.

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

Color convert

RGB7489202-
CMYK0.630.5600.21
HSL232.97º54.7%54.12%-
HSV(B)232.97º63.37%79.22%-
XYZ17.0612.8657.46-
YUV97.4187.03111.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=20.27%
G=24.38%
B=55.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74892020.630.5600.21232.9754.754.12
Hex4A59CA3F38015e93736
Octal11213131277700253516766
Binary100101010110011100101011111111100001010111101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A59CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,89,202); }

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

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

 a { background-color: rgb(74,89,202); }

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

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

 span { border-color: rgb(74,89,202); }

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