Html Css Color HEX #4950DF Free Speech Blue

📋 copy color: '#4950DF'

red 73 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Blue #4950DF

Tints of Free Speech Blue #4950DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 19.41%
G = 21.28%
B = 59.31%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4950DF (or 0x4950DF) is known color: Free Speech Blue. HEX triplet: 49, 50 and DF. RGB value is (73,80,223). Sum of RGB (Red+Green+Blue) = 73+80+223=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #4950DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4950DF is #B6AF20. Grayscale: #5D5D5D. Windows color (decimal): -11972385 or 14635081. OLE color: 14635081.

HSL color Cylindrical-coordinate representation of color #4950DF: hue angle of 237.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4950DF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 80 223 -
CMYK 0.67 0.64 0 0.13
HSL 237.2º 0.7% 0.58% -
HSV(B) 237.2º 0.67% 0.87% -
XYZ 18.94 12.48 71.22 -
YUV 94.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 73 80 223 0.67 0.64 0 0.13 237.2 0.7 0.58
Hex 49 50 DF 43 40 0 D ED 46 3A
Octal 111 120 337 103 100 0 15 355 106 72
Binary 1001001 1010000 11011111 1000011 1000000 0 1101 11101101 1000110 111010

Color Harmonies of #4950DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4950DF

Black with #4950DF

Text Example


Text Example

White with #4950DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4950DF; }

 p { color: rgb(73,80,223); }

 H1.HeaderClassName
 {
   color: #4950DF;
 }
 .AnyTagClassName
 {
   color: #4950DF;
 }
</style>

background-color css

<style>
 a { background-color: #4950DF; }

 a { background-color: rgb(73,80,223); }

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

border-color css

<style>
 span { border-color: #4950DF; }

 span { border-color: rgb(73,80,223); }

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