Html Css Color HEX #4B50C1 Free Speech Blue

📋 copy color: '#4B50C1'

red 75 ◦ green 80 ◦ blue 193

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

Shades of Free Speech Blue #4B50C1

Tints of Free Speech Blue #4B50C1

RGB

 RED value IS 75 (29.69% from 255) = 21.55%

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

 BLUE value IS 193 (75.78% from 255) = 55.46%

R = 21.55%
G = 22.99%
B = 55.46%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4B50C1 (or 0x4B50C1) is known color: Free Speech Blue. HEX triplet: 4B, 50 and C1. RGB value is (75,80,193). Sum of RGB (Red+Green+Blue) = 75+80+193=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B50C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B50C1 is #B4AF3E. Grayscale: #5A5A5A. Windows color (decimal): -11841343 or 12669003. OLE color: 12669003.

HSL color Cylindrical-coordinate representation of color #4B50C1: hue angle of 237.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B50C1 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 80 193 -
CMYK 0.61 0.59 0 0.24
HSL 237.46º 0.49% 0.53% -
HSV(B) 237.46º 0.61% 0.76% -
XYZ 15.4 11.08 51.78 -
YUV 91.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 75 80 193 0.61 0.59 0 0.24 237.46 0.49 0.53
Hex 4B 50 C1 3D 3B 0 18 ED 31 35
Octal 113 120 301 75 73 0 30 355 61 65
Binary 1001011 1010000 11000001 111101 111011 0 11000 11101101 110001 110101

Color Harmonies of #4B50C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B50C1

Black with #4B50C1

Text Example


Text Example

White with #4B50C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B50C1; }

 p { color: rgb(75,80,193); }

 H1.HeaderClassName
 {
   color: #4B50C1;
 }
 .AnyTagClassName
 {
   color: #4B50C1;
 }
</style>

background-color css

<style>
 a { background-color: #4B50C1; }

 a { background-color: rgb(75,80,193); }

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

border-color css

<style>
 span { border-color: #4B50C1; }

 span { border-color: rgb(75,80,193); }

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