#4A5EBF

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

Shades of Free Speech Blue #4A5EBF

Tints of Free Speech Blue #4A5EBF

Color information

#4A5EBF (or 0x4A5EBF) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5E and BF. RGB value is (74,94,191). Sum of RGB (Red+Green+Blue) = 74+94+191=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5EBF is #B5A140. Grayscale: #626262. Windows color (decimal): -11903297 or 12541514. OLE color: 12541514.

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

Color convert

RGB7494191-
CMYK0.610.5100.25
HSL229.74º47.76%51.96%-
HSV(B)229.74º61.26%74.9%-
XYZ16.2313.2250.99-
YUV99.08179.87110.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.61%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 191 (75% from 255) = 53.20%
R=20.61%
G=26.18%
B=53.20%

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
Decimal74941910.610.5100.25229.7447.7651.96
Hex4A5EBF3D33019e63034
Octal11213627775630313466064
Binary100101010111101011111111110111001101100111100110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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