Html Css Color HEX #4D50BC Free Speech Blue

📋 copy color: '#4D50BC'

red 77 ◦ green 80 ◦ blue 188

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

Shades of Free Speech Blue #4D50BC

Tints of Free Speech Blue #4D50BC

RGB

 RED value IS 77 (30.47% from 255) = 22.32%

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 22.32%
G = 23.19%
B = 54.49%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D50BC (or 0x4D50BC) is known color: Free Speech Blue. HEX triplet: 4D, 50 and BC. RGB value is (77,80,188). Sum of RGB (Red+Green+Blue) = 77+80+188=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D50BC is #B2AF43. Grayscale: #5A5A5A. Windows color (decimal): -11710276 or 12341325. OLE color: 12341325.

HSL color Cylindrical-coordinate representation of color #4D50BC: hue angle of 238.38º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D50BC is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 80 188 -
CMYK 0.59 0.57 0 0.26
HSL 238.38º 0.45% 0.52% -
HSV(B) 238.38º 0.59% 0.74% -
XYZ 15.01 10.95 48.9 -
YUV 91.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 77 80 188 0.59 0.57 0 0.26 238.38 0.45 0.52
Hex 4D 50 BC 3B 39 0 1A EE 2D 34
Octal 115 120 274 73 71 0 32 356 55 64
Binary 1001101 1010000 10111100 111011 111001 0 11010 11101110 101101 110100

Color Harmonies of #4D50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D50BC

Black with #4D50BC

Text Example


Text Example

White with #4D50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,188); }

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

background-color css

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

 a { background-color: rgb(77,80,188); }

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

border-color css

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

 span { border-color: rgb(77,80,188); }

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