Html Css Color HEX #4D42BE Free Speech Blue

📋 copy color: '#4D42BE'

red 77 ◦ green 66 ◦ blue 190

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

Shades of Free Speech Blue #4D42BE

Tints of Free Speech Blue #4D42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 23.12%
G = 19.82%
B = 57.06%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D42BE (or 0x4D42BE) is known color: Free Speech Blue. HEX triplet: 4D, 42 and BE. RGB value is (77,66,190). Sum of RGB (Red+Green+Blue) = 77+66+190=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D42BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D42BE is #B2BD41. Grayscale: #525252. Windows color (decimal): -11713858 or 12468813. OLE color: 12468813.

HSL color Cylindrical-coordinate representation of color #4D42BE: hue angle of 245.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D42BE is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 66 190 -
CMYK 0.59 0.65 0 0.25
HSL 245.32º 0.49% 0.5% -
HSV(B) 245.32º 0.65% 0.75% -
XYZ 14.3 9.19 49.74 -
YUV 83.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 77 66 190 0.59 0.65 0 0.25 245.32 0.49 0.5
Hex 4D 42 BE 3B 41 0 19 F5 31 32
Octal 115 102 276 73 101 0 31 365 61 62
Binary 1001101 1000010 10111110 111011 1000001 0 11001 11110101 110001 110010

Color Harmonies of #4D42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D42BE

Black with #4D42BE

Text Example


Text Example

White with #4D42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,190); }

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

background-color css

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

 a { background-color: rgb(77,66,190); }

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

border-color css

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

 span { border-color: rgb(77,66,190); }

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