Html Css Color HEX #4959CB Free Speech Blue

📋 copy color: '#4959CB'

red 73 ◦ green 89 ◦ blue 203

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

Shades of Free Speech Blue #4959CB

Tints of Free Speech Blue #4959CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 20%
G = 24.38%
B = 55.62%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4959CB (or 0x4959CB) is known color: Free Speech Blue. HEX triplet: 49, 59 and CB. RGB value is (73,89,203). Sum of RGB (Red+Green+Blue) = 73+89+203=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #4959CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959CB is #B6A634. Grayscale: #606060. Windows color (decimal): -11970101 or 13326665. OLE color: 13326665.

HSL color Cylindrical-coordinate representation of color #4959CB: hue angle of 232.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4959CB is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 89 203 -
CMYK 0.64 0.56 0 0.20
HSL 232.62º 0.56% 0.54% -
HSV(B) 232.62º 0.64% 0.8% -
XYZ 17.1 12.87 58.08 -
YUV 97.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 73 89 203 0.64 0.56 0 0.20 232.62 0.56 0.54
Hex 49 59 CB 40 38 0 14 E9 38 36
Octal 111 131 313 100 70 0 24 351 70 66
Binary 1001001 1011001 11001011 1000000 111000 0 10100 11101001 111000 110110

Color Harmonies of #4959CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4959CB

Black with #4959CB

Text Example


Text Example

White with #4959CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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