#4A5ECE

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

Shades of Free Speech Blue #4A5ECE

Tints of Free Speech Blue #4A5ECE

Color information

#4A5ECE (or 0x4A5ECE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5E and CE. RGB value is (74,94,206). Sum of RGB (Red+Green+Blue) = 74+94+206=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5ECE is #B5A131. Grayscale: #646464. Windows color (decimal): -11903282 or 13524554. OLE color: 13524554.

HSL color Cylindrical-coordinate representation of color #4A5ECE: hue angle of 230.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A5ECE is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7494206-
CMYK0.640.5400.19
HSL230.91º57.39%54.9%-
HSV(B)230.91º64.08%80.78%-
XYZ17.9713.9260.13-
YUV100.79187.37108.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.79%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 206 (80.86% from 255) = 55.08%
R=19.79%
G=25.13%
B=55.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74942060.640.5400.19230.9157.3954.9
Hex4A5ECE4036013e73937
Octal112136316100660233477167
Binary1001010101111011001110100000011011001001111100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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