Html Css Color HEX #4C50BE Free Speech Blue

📋 copy color: '#4C50BE'

red 76 ◦ green 80 ◦ blue 190

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

Shades of Free Speech Blue #4C50BE

Tints of Free Speech Blue #4C50BE

RGB

 RED value IS 76 (30.08% from 255) = 21.97%

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 21.97%
G = 23.12%
B = 54.91%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C50BE (or 0x4C50BE) is known color: Free Speech Blue. HEX triplet: 4C, 50 and BE. RGB value is (76,80,190). Sum of RGB (Red+Green+Blue) = 76+80+190=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C50BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C50BE is #B3AF41. Grayscale: #5A5A5A. Windows color (decimal): -11775810 or 12472396. OLE color: 12472396.

HSL color Cylindrical-coordinate representation of color #4C50BE: hue angle of 237.89º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C50BE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 80 190 -
CMYK 0.60 0.58 0 0.25
HSL 237.89º 0.47% 0.52% -
HSV(B) 237.89º 0.6% 0.75% -
XYZ 15.14 10.99 50.04 -
YUV 91.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 76 80 190 0.60 0.58 0 0.25 237.89 0.47 0.52
Hex 4C 50 BE 3C 3A 0 19 EE 2F 34
Octal 114 120 276 74 72 0 31 356 57 64
Binary 1001100 1010000 10111110 111100 111010 0 11001 11101110 101111 110100

Color Harmonies of #4C50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C50BE

Black with #4C50BE

Text Example


Text Example

White with #4C50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,80,190); }

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

background-color css

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

 a { background-color: rgb(76,80,190); }

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

border-color css

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

 span { border-color: rgb(76,80,190); }

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