Html Css Color HEX #4958BE Free Speech Blue

📋 copy color: '#4958BE'

red 73 ◦ green 88 ◦ blue 190

#4958BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4958BE

Tints of Free Speech Blue #4958BE

RGB

 RED value IS 73 (28.91% from 255) = 20.8%

 GREEN value IS 88 (34.77% from 255) = 25.07%

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 20.8%
G = 25.07%
B = 54.13%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4958BE (or 0x4958BE) is known color: 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

RGB 73 88 190 -
CMYK 0.62 0.54 0 0.25
HSL 232.31º 0.47% 0.52% -
HSV(B) 232.31º 0.62% 0.75% -
XYZ 15.53 12.11 50.23 -
YUV 95.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 73 88 190 0.62 0.54 0 0.25 232.31 0.47 0.52
Hex 49 58 BE 3E 36 0 19 E8 2F 34
Octal 111 130 276 76 66 0 31 350 57 64
Binary 1001001 1011000 10111110 111110 110110 0 11001 11101000 101111 110100

Color Harmonies of #4958BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4958BE

Black with #4958BE

Text Example


Text Example

White with #4958BE

Text Example


Text Example

HTML Codes & Css Web 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>