Html Css Color HEX #4950CB Free Speech Blue

📋 copy color: '#4950CB'

red 73 ◦ green 80 ◦ blue 203

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

Shades of Free Speech Blue #4950CB

Tints of Free Speech Blue #4950CB

RGB

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

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

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

R = 20.51%
G = 22.47%
B = 57.02%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4950CB (or 0x4950CB) is known color: Free Speech Blue. HEX triplet: 49, 50 and CB. RGB value is (73,80,203). Sum of RGB (Red+Green+Blue) = 73+80+203=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #4950CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4950CB is #B6AF34. Grayscale: #5B5B5B. Windows color (decimal): -11972405 or 13324361. OLE color: 13324361.

HSL color Cylindrical-coordinate representation of color #4950CB: hue angle of 236.77º 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 #4950CB is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 80 203 -
CMYK 0.64 0.61 0 0.20
HSL 236.77º 0.56% 0.54% -
HSV(B) 236.77º 0.64% 0.8% -
XYZ 16.4 11.47 57.85 -
YUV 91.93 190.68 114.5 -
System Red Green Blue C M Y K H S L
Decimal 73 80 203 0.64 0.61 0 0.20 236.77 0.56 0.54
Hex 49 50 CB 40 3D 0 14 ED 38 36
Octal 111 120 313 100 75 0 24 355 70 66
Binary 1001001 1010000 11001011 1000000 111101 0 10100 11101101 111000 110110

Color Harmonies of #4950CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4950CB

Black with #4950CB

Text Example


Text Example

White with #4950CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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