#4A58BD

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

Shades of Free Speech Blue #4A58BD

Tints of Free Speech Blue #4A58BD

Color information

#4A58BD (or 0x4A58BD) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 58 and BD. RGB value is (74,88,189). Sum of RGB (Red+Green+Blue) = 74+88+189=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A58BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A58BD is #B5A742. Grayscale: #5E5E5E. Windows color (decimal): -11904835 or 12408906. OLE color: 12408906.

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

Color convert

RGB7488189-
CMYK0.610.5300.26
HSL232.7º46.56%51.57%-
HSV(B)232.7º60.85%74.12%-
XYZ15.512.1149.66-
YUV95.33180.86112.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.08%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=21.08%
G=25.07%
B=53.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74881890.610.5300.26232.746.5651.57
Hex4A58BD3D3501Ae92f34
Octal11213027575650323515764
Binary100101010110001011110111110111010101101011101001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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