Html Css Color HEX #4D4ABF Free Speech Blue

📋 copy color: '#4D4ABF'

red 77 ◦ green 74 ◦ blue 191

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

Shades of Free Speech Blue #4D4ABF

Tints of Free Speech Blue #4D4ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

 BLUE value IS 191 (75% from 255) = 55.85%

R = 22.51%
G = 21.64%
B = 55.85%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D4ABF (or 0x4D4ABF) is known color: Free Speech Blue. HEX triplet: 4D, 4A and BF. RGB value is (77,74,191). Sum of RGB (Red+Green+Blue) = 77+74+191=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D4ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ABF is #B2B540. Grayscale: #575757. Windows color (decimal): -11711809 or 12536397. OLE color: 12536397.

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

Color convert

RGB 77 74 191 -
CMYK 0.60 0.61 0 0.25
HSL 241.54º 0.48% 0.52% -
HSV(B) 241.54º 0.61% 0.75% -
XYZ 14.91 10.24 50.48 -
YUV 88.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 77 74 191 0.60 0.61 0 0.25 241.54 0.48 0.52
Hex 4D 4A BF 3C 3D 0 19 F2 30 34
Octal 115 112 277 74 75 0 31 362 60 64
Binary 1001101 1001010 10111111 111100 111101 0 11001 11110010 110000 110100

Color Harmonies of #4D4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4ABF

Black with #4D4ABF

Text Example


Text Example

White with #4D4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,74,191); }

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

background-color css

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

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

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

border-color css

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

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

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