Html Css Color HEX #4D4DBE Free Speech Blue

📋 copy color: '#4D4DBE'

red 77 ◦ green 77 ◦ blue 190

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

Shades of Free Speech Blue #4D4DBE

Tints of Free Speech Blue #4D4DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.38%

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

R = 22.38%
G = 22.38%
B = 55.23%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D4DBE (or 0x4D4DBE) is known color: Free Speech Blue. HEX triplet: 4D, 4D and BE. RGB value is (77,77,190). Sum of RGB (Red+Green+Blue) = 77+77+190=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4DBE is #B2B241. Grayscale: #595959. Windows color (decimal): -11711042 or 12471629. OLE color: 12471629.

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

Color convert

RGB 77 77 190 -
CMYK 0.59 0.59 0 0.25
HSL 240º 0.47% 0.52% -
HSV(B) 240º 0.59% 0.75% -
XYZ 15.01 10.6 49.97 -
YUV 89.88 184.5 118.81 -
System Red Green Blue C M Y K H S L
Decimal 77 77 190 0.59 0.59 0 0.25 240 0.47 0.52
Hex 4D 4D BE 3B 3B 0 19 F0 2F 34
Octal 115 115 276 73 73 0 31 360 57 64
Binary 1001101 1001101 10111110 111011 111011 0 11001 11110000 101111 110100

Color Harmonies of #4D4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4DBE

Black with #4D4DBE

Text Example


Text Example

White with #4D4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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