Html Css Color HEX #4D5BC6 Free Speech Blue

📋 copy color: '#4D5BC6'

red 77 ◦ green 91 ◦ blue 198

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

Shades of Free Speech Blue #4D5BC6

Tints of Free Speech Blue #4D5BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.86%

 BLUE value IS 198 (77.73% from 255) = 54.1%

R = 21.04%
G = 24.86%
B = 54.1%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4D5BC6 (or 0x4D5BC6) is known color: Free Speech Blue. HEX triplet: 4D, 5B and C6. RGB value is (77,91,198). Sum of RGB (Red+Green+Blue) = 77+91+198=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D5BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5BC6 is #B2A439. Grayscale: #626262. Windows color (decimal): -11707450 or 12999501. OLE color: 12999501.

HSL color Cylindrical-coordinate representation of color #4D5BC6: hue angle of 233.06º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D5BC6 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 91 198 -
CMYK 0.61 0.54 0 0.22
HSL 233.06º 0.51% 0.54% -
HSV(B) 233.06º 0.61% 0.78% -
XYZ 16.99 13.14 55.07 -
YUV 99.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 77 91 198 0.61 0.54 0 0.22 233.06 0.51 0.54
Hex 4D 5B C6 3D 36 0 16 E9 33 36
Octal 115 133 306 75 66 0 26 351 63 66
Binary 1001101 1011011 11000110 111101 110110 0 10110 11101001 110011 110110

Color Harmonies of #4D5BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5BC6

Black with #4D5BC6

Text Example


Text Example

White with #4D5BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,91,198); }

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

background-color css

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

 a { background-color: rgb(77,91,198); }

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

border-color css

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

 span { border-color: rgb(77,91,198); }

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