#4A4EBE

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

Shades of Free Speech Blue #4A4EBE

Tints of Free Speech Blue #4A4EBE

Color information

#4A4EBE (or 0x4A4EBE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 4E and BE. RGB value is (74,78,190). Sum of RGB (Red+Green+Blue) = 74+78+190=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A4EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4EBE is #B5B141. Grayscale: #595959. Windows color (decimal): -11907394 or 12471882. OLE color: 12471882.

HSL color Cylindrical-coordinate representation of color #4A4EBE: hue angle of 237.93º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A4EBE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7478190-
CMYK0.610.5900.25
HSL237.93º47.15%51.76%-
HSV(B)237.93º61.05%74.51%-
XYZ14.8410.6249.98-
YUV89.57184.67116.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.64%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=21.64%
G=22.81%
B=55.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74781900.610.5900.25237.9347.1551.76
Hex4A4EBE3D3B019ee2f34
Octal11211627675730313565764
Binary100101010011101011111011110111101101100111101110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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