Html Css Color HEX #4959BC Free Speech Blue

📋 copy color: '#4959BC'

red 73 ◦ green 89 ◦ blue 188

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

Shades of Free Speech Blue #4959BC

Tints of Free Speech Blue #4959BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 20.86%
G = 25.43%
B = 53.71%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4959BC (or 0x4959BC) is known color: Free Speech Blue. HEX triplet: 49, 59 and BC. RGB value is (73,89,188). Sum of RGB (Red+Green+Blue) = 73+89+188=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #4959BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959BC is #B6A643. Grayscale: #5F5F5F. Windows color (decimal): -11970116 or 12343625. OLE color: 12343625.

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

Color convert

RGB 73 89 188 -
CMYK 0.61 0.53 0 0.26
HSL 231.65º 0.46% 0.51% -
HSV(B) 231.65º 0.61% 0.74% -
XYZ 15.4 12.19 49.12 -
YUV 95.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 73 89 188 0.61 0.53 0 0.26 231.65 0.46 0.51
Hex 49 59 BC 3D 35 0 1A E8 2E 33
Octal 111 131 274 75 65 0 32 350 56 63
Binary 1001001 1011001 10111100 111101 110101 0 11010 11101000 101110 110011

Color Harmonies of #4959BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4959BC

Black with #4959BC

Text Example


Text Example

White with #4959BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4959BC; }

 p { color: rgb(73,89,188); }

 H1.HeaderClassName
 {
   color: #4959BC;
 }
 .AnyTagClassName
 {
   color: #4959BC;
 }
</style>

background-color css

<style>
 a { background-color: #4959BC; }

 a { background-color: rgb(73,89,188); }

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

border-color css

<style>
 span { border-color: #4959BC; }

 span { border-color: rgb(73,89,188); }

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