#4A5ECA

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

Shades of Free Speech Blue #4A5ECA

Tints of Free Speech Blue #4A5ECA

Color information

#4A5ECA (or 0x4A5ECA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5E and CA. RGB value is (74,94,202). Sum of RGB (Red+Green+Blue) = 74+94+202=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A5ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5ECA is #B5A135. Grayscale: #636363. Windows color (decimal): -11903286 or 13262410. OLE color: 13262410.

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

Color convert

RGB7494202-
CMYK0.630.5300.21
HSL230.62º54.7%54.12%-
HSV(B)230.62º63.37%79.22%-
XYZ17.4913.7357.6-
YUV100.33185.37109.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=20%
G=25.41%
B=54.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74942020.630.5300.21230.6254.754.12
Hex4A5ECA3F35015e73736
Octal11213631277650253476766
Binary100101010111101100101011111111010101010111100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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