#4A5EBE

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

Shades of Free Speech Blue #4A5EBE

Tints of Free Speech Blue #4A5EBE

Color information

#4A5EBE (or 0x4A5EBE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5E and BE. RGB value is (74,94,190). Sum of RGB (Red+Green+Blue) = 74+94+190=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A5EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5EBE is #B5A141. Grayscale: #626262. Windows color (decimal): -11903298 or 12475978. OLE color: 12475978.

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

Color convert

RGB7494190-
CMYK0.610.5100.25
HSL229.66º47.15%51.76%-
HSV(B)229.66º61.05%74.51%-
XYZ16.1213.1850.41-
YUV98.96179.37110.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.67%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=20.67%
G=26.26%
B=53.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74941900.610.5100.25229.6647.1551.76
Hex4A5EBE3D33019e62f34
Octal11213627675630313465764
Binary100101010111101011111011110111001101100111100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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