Html Css Color HEX #4D5ABF Free Speech Blue

📋 copy color: '#4D5ABF'

red 77 ◦ green 90 ◦ blue 191

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

Shades of Free Speech Blue #4D5ABF

Tints of Free Speech Blue #4D5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

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

R = 21.51%
G = 25.14%
B = 53.35%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D5ABF (or 0x4D5ABF) is known color: Free Speech Blue. HEX triplet: 4D, 5A and BF. RGB value is (77,90,191). Sum of RGB (Red+Green+Blue) = 77+90+191=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5ABF is #B2A540. Grayscale: #616161. Windows color (decimal): -11707713 or 12540493. OLE color: 12540493.

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

Color convert

RGB 77 90 191 -
CMYK 0.60 0.53 0 0.25
HSL 233.16º 0.47% 0.53% -
HSV(B) 233.16º 0.6% 0.75% -
XYZ 16.12 12.65 50.88 -
YUV 97.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 77 90 191 0.60 0.53 0 0.25 233.16 0.47 0.53
Hex 4D 5A BF 3C 35 0 19 E9 2F 35
Octal 115 132 277 74 65 0 31 351 57 65
Binary 1001101 1011010 10111111 111100 110101 0 11001 11101001 101111 110101

Color Harmonies of #4D5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5ABF

Black with #4D5ABF

Text Example


Text Example

White with #4D5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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