Html Css Color HEX #4950DA Free Speech Blue

📋 copy color: '#4950DA'

red 73 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Blue #4950DA

Tints of Free Speech Blue #4950DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.76%

R = 19.68%
G = 21.56%
B = 58.76%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4950DA (or 0x4950DA) is known color: Free Speech Blue. HEX triplet: 49, 50 and DA. RGB value is (73,80,218). Sum of RGB (Red+Green+Blue) = 73+80+218=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #4950DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4950DA is #B6AF25. Grayscale: #5D5D5D. Windows color (decimal): -11972390 or 14307401. OLE color: 14307401.

HSL color Cylindrical-coordinate representation of color #4950DA: hue angle of 237.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4950DA is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 80 218 -
CMYK 0.67 0.63 0 0.15
HSL 237.1º 0.66% 0.57% -
HSV(B) 237.1º 0.67% 0.85% -
XYZ 18.27 12.22 67.72 -
YUV 93.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 73 80 218 0.67 0.63 0 0.15 237.1 0.66 0.57
Hex 49 50 DA 43 3F 0 F ED 42 39
Octal 111 120 332 103 77 0 17 355 102 71
Binary 1001001 1010000 11011010 1000011 111111 0 1111 11101101 1000010 111001

Color Harmonies of #4950DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4950DA

Black with #4950DA

Text Example


Text Example

White with #4950DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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