#4958B4

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

Shades of Free Speech Blue #4958B4

Tints of Free Speech Blue #4958B4

Color information

#4958B4 (or 0x4958B4) is unknown color: approx Free Speech Blue. HEX triplet: 49, 58 and B4. RGB value is (73,88,180). Sum of RGB (Red+Green+Blue) = 73+88+180=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #4958B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4958B4 is #B6A74B. Grayscale: #5D5D5D. Windows color (decimal): -11970380 or 11819081. OLE color: 11819081.

HSL color Cylindrical-coordinate representation of color #4958B4: hue angle of 231.59º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4958B4 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7388180-
CMYK0.590.5100.29
HSL231.59º42.29%49.61%-
HSV(B)231.59º59.44%70.59%-
XYZ14.4811.6944.67-
YUV94176.53113.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 180 (70.70% from 255) = 52.79%
R=21.41%
G=25.81%
B=52.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73881800.590.5100.29231.5942.2949.61
Hex4958B43B3301De82a32
Octal11113026473630353505262
Binary100100110110001011010011101111001101110111101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4958B4; }

 p { color: rgb(73,88,180); }

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

<style>
 a { background-color: #4958B4; }

 a { background-color: rgb(73,88,180); }

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

<style>
 span { border-color: #4958B4; }

 span { border-color: rgb(73,88,180); }

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