#4A4ECA

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

Shades of Free Speech Blue #4A4ECA

Tints of Free Speech Blue #4A4ECA

Color information

#4A4ECA (or 0x4A4ECA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 4E and CA. RGB value is (74,78,202). Sum of RGB (Red+Green+Blue) = 74+78+202=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A4ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4ECA is #B5B135. Grayscale: #5A5A5A. Windows color (decimal): -11907382 or 13258314. OLE color: 13258314.

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

Color convert

RGB7478202-
CMYK0.630.6100.21
HSL238.12º54.7%54.12%-
HSV(B)238.12º63.37%79.22%-
XYZ16.2111.1757.18-
YUV90.94190.67115.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.90%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=20.90%
G=22.03%
B=57.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74782020.630.6100.21238.1254.754.12
Hex4A4ECA3F3D015ee3736
Octal11211631277750253566766
Binary100101010011101100101011111111110101010111101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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