#4A5FBA

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

Shades of Free Speech Blue #4A5FBA

Tints of Free Speech Blue #4A5FBA

Color information

#4A5FBA (or 0x4A5FBA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5F and BA. RGB value is (74,95,186). Sum of RGB (Red+Green+Blue) = 74+95+186=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A5FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5FBA is #B5A045. Grayscale: #626262. Windows color (decimal): -11903046 or 12214090. OLE color: 12214090.

HSL color Cylindrical-coordinate representation of color #4A5FBA: hue angle of 228.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A5FBA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7495186-
CMYK0.600.4900.27
HSL228.75º44.8%50.98%-
HSV(B)228.75º60.22%72.94%-
XYZ15.7813.1948.17-
YUV99.1177.04110.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.85%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=20.85%
G=26.76%
B=52.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74951860.600.4900.27228.7544.850.98
Hex4A5FBA3C3101Be52d33
Octal11213727274610333455563
Binary100101010111111011101011110011000101101111100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,95,186); }

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

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

 a { background-color: rgb(74,95,186); }

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

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

 span { border-color: rgb(74,95,186); }

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