#4D5ABF

Color #4D5ABF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4D5ABF

Tints of Free Speech Blue #4D5ABF

Color information

#4D5ABF (or 0x4D5ABF) is unknown color: approx 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

RGB7790191-
CMYK0.600.5300.25
HSL233.16º47.11%52.55%-
HSV(B)233.16º59.69%74.9%-
XYZ16.1212.6550.88-
YUV97.63180.69113.29-

RGB Variations

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

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 (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77901910.600.5300.25233.1647.1152.55
Hex4D5ABF3C35019e92f35
Octal11513227774650313515765
Binary100110110110101011111111110011010101100111101001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>