#4A5EBD

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

Shades of Free Speech Blue #4A5EBD

Tints of Free Speech Blue #4A5EBD

Color information

#4A5EBD (or 0x4A5EBD) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5E and BD. RGB value is (74,94,189). Sum of RGB (Red+Green+Blue) = 74+94+189=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A5EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5EBD is #B5A142. Grayscale: #626262. Windows color (decimal): -11903299 or 12410442. OLE color: 12410442.

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

Color convert

RGB7494189-
CMYK0.610.5000.26
HSL229.57º46.56%51.57%-
HSV(B)229.57º60.85%74.12%-
XYZ16.0113.1449.84-
YUV98.85178.87110.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.73%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=20.73%
G=26.33%
B=52.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74941890.610.5000.26229.5746.5651.57
Hex4A5EBD3D3201Ae62f34
Octal11213627575620323465764
Binary100101010111101011110111110111001001101011100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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