Html Css Color HEX #4958BB Free Speech Blue

📋 copy color: '#4958BB'

red 73 ◦ green 88 ◦ blue 187

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

Shades of Free Speech Blue #4958BB

Tints of Free Speech Blue #4958BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 20.98%
G = 25.29%
B = 53.74%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4958BB (or 0x4958BB) is known color: Free Speech Blue. HEX triplet: 49, 58 and BB. RGB value is (73,88,187). Sum of RGB (Red+Green+Blue) = 73+88+187=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #4958BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4958BB is #B6A744. Grayscale: #5E5E5E. Windows color (decimal): -11970373 or 12277833. OLE color: 12277833.

HSL color Cylindrical-coordinate representation of color #4958BB: hue angle of 232.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4958BB is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 88 187 -
CMYK 0.61 0.53 0 0.27
HSL 232.11º 0.46% 0.51% -
HSV(B) 232.11º 0.61% 0.73% -
XYZ 15.21 11.98 48.53 -
YUV 94.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 73 88 187 0.61 0.53 0 0.27 232.11 0.46 0.51
Hex 49 58 BB 3D 35 0 1B E8 2E 33
Octal 111 130 273 75 65 0 33 350 56 63
Binary 1001001 1011000 10111011 111101 110101 0 11011 11101000 101110 110011

Color Harmonies of #4958BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4958BB

Black with #4958BB

Text Example


Text Example

White with #4958BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4958BB;
 }
 .AnyTagClassName
 {
   color: #4958BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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