Html Css Color HEX #4959CF Free Speech Blue

📋 copy color: '#4959CF'

red 73 ◦ green 89 ◦ blue 207

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

Shades of Free Speech Blue #4959CF

Tints of Free Speech Blue #4959CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 19.78%
G = 24.12%
B = 56.1%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4959CF (or 0x4959CF) is known color: Free Speech Blue. HEX triplet: 49, 59 and CF. RGB value is (73,89,207). Sum of RGB (Red+Green+Blue) = 73+89+207=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #4959CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959CF is #B6A630. Grayscale: #616161. Windows color (decimal): -11970097 or 13588809. OLE color: 13588809.

HSL color Cylindrical-coordinate representation of color #4959CF: hue angle of 232.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4959CF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 89 207 -
CMYK 0.65 0.57 0 0.19
HSL 232.84º 0.58% 0.55% -
HSV(B) 232.84º 0.65% 0.81% -
XYZ 17.58 13.07 60.63 -
YUV 97.67 189.7 110.41 -
System Red Green Blue C M Y K H S L
Decimal 73 89 207 0.65 0.57 0 0.19 232.84 0.58 0.55
Hex 49 59 CF 41 39 0 13 E9 3A 37
Octal 111 131 317 101 71 0 23 351 72 67
Binary 1001001 1011001 11001111 1000001 111001 0 10011 11101001 111010 110111

Color Harmonies of #4959CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4959CF

Black with #4959CF

Text Example


Text Example

White with #4959CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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