#4A4ECE

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

Shades of Free Speech Blue #4A4ECE

Tints of Free Speech Blue #4A4ECE

Color information

#4A4ECE (or 0x4A4ECE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 4E and CE. RGB value is (74,78,206). Sum of RGB (Red+Green+Blue) = 74+78+206=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A4ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4ECE is #B5B131. Grayscale: #5A5A5A. Windows color (decimal): -11907378 or 13520458. OLE color: 13520458.

HSL color Cylindrical-coordinate representation of color #4A4ECE: hue angle of 238.18º 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 #4A4ECE is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7478206-
CMYK0.640.6200.19
HSL238.18º57.39%54.9%-
HSV(B)238.18º64.08%80.78%-
XYZ16.6911.3659.71-
YUV91.4192.67115.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.67%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 206 (80.86% from 255) = 57.54%
R=20.67%
G=21.79%
B=57.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74782060.640.6200.19238.1857.3954.9
Hex4A4ECE403E013ee3937
Octal112116316100760233567167
Binary1001010100111011001110100000011111001001111101110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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