#4D43D8

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

Shades of Free Speech Blue #4D43D8

Tints of Free Speech Blue #4D43D8

Color information

#4D43D8 (or 0x4D43D8) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 43 and D8. RGB value is (77,67,216). Sum of RGB (Red+Green+Blue) = 77+67+216=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D43D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D43D8 is #B2BC27. Grayscale: #565656. Windows color (decimal): -11713576 or 14173005. OLE color: 14173005.

HSL color Cylindrical-coordinate representation of color #4D43D8: hue angle of 244.03º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D43D8 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7767216-
CMYK0.640.6900.15
HSL244.03º65.64%55.49%-
HSV(B)244.03º68.98%84.71%-
XYZ17.4610.5566.08-
YUV86.98200.81120.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 67 (26.56% from 255) = 18.61%
BLUE value IS 216 (84.77% from 255) = 60%
R=21.39%
G=18.61%
B=60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77672160.640.6900.15244.0365.6455.49
Hex4D43D840450Ff44237
Octal11510333010010501736410267
Binary10011011000011110110001000000100010101111111101001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D43D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,67,216); }

 H1.HeaderClassName
 {
   color: #4D43D8;
 }
 .AnyTagClassName
 {
   color: #4D43D8;
 }
</style>
background-color css

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

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

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

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

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

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