Html Css Color HEX #4950DC Free Speech Blue

📋 copy color: '#4950DC'

red 73 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Blue #4950DC

Tints of Free Speech Blue #4950DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 19.57%
G = 21.45%
B = 58.98%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4950DC (or 0x4950DC) is known color: Free Speech Blue. HEX triplet: 49, 50 and DC. RGB value is (73,80,220). Sum of RGB (Red+Green+Blue) = 73+80+220=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #4950DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4950DC is #B6AF23. Grayscale: #5D5D5D. Windows color (decimal): -11972388 or 14438473. OLE color: 14438473.

HSL color Cylindrical-coordinate representation of color #4950DC: hue angle of 237.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4950DC is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 80 220 -
CMYK 0.67 0.64 0 0.14
HSL 237.14º 0.68% 0.57% -
HSV(B) 237.14º 0.67% 0.86% -
XYZ 18.53 12.32 69.11 -
YUV 93.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 73 80 220 0.67 0.64 0 0.14 237.14 0.68 0.57
Hex 49 50 DC 43 40 0 E ED 44 39
Octal 111 120 334 103 100 0 16 355 104 71
Binary 1001001 1010000 11011100 1000011 1000000 0 1110 11101101 1000100 111001

Color Harmonies of #4950DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4950DC

Black with #4950DC

Text Example


Text Example

White with #4950DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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