#4958BE

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

Shades of Free Speech Blue #4958BE

Tints of Free Speech Blue #4958BE

Color information

#4958BE (or 0x4958BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 58 and BE. RGB value is (73,88,190). Sum of RGB (Red+Green+Blue) = 73+88+190=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #4958BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4958BE is #B6A741. Grayscale: #5E5E5E. Windows color (decimal): -11970370 or 12474441. OLE color: 12474441.

HSL color Cylindrical-coordinate representation of color #4958BE: hue angle of 232.31º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4958BE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7388190-
CMYK0.620.5400.25
HSL232.31º47.37%51.57%-
HSV(B)232.31º61.58%74.51%-
XYZ15.5312.1150.23-
YUV95.14181.53112.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=20.80%
G=25.07%
B=54.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73881900.620.5400.25232.3147.3751.57
Hex4958BE3E36019e82f34
Octal11113027676660313505764
Binary100100110110001011111011111011011001100111101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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