#4D5CB6

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

Shades of Free Speech Blue #4D5CB6

Tints of Free Speech Blue #4D5CB6

Color information

#4D5CB6 (or 0x4D5CB6) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 5C and B6. RGB value is (77,92,182). Sum of RGB (Red+Green+Blue) = 77+92+182=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #4D5CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5CB6 is #B2A349. Grayscale: #616161. Windows color (decimal): -11707210 or 11951181. OLE color: 11951181.

HSL color Cylindrical-coordinate representation of color #4D5CB6: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D5CB6 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7792182-
CMYK0.580.4900.29
HSL231.43º41.83%50.78%-
HSV(B)231.43º57.69%71.37%-
XYZ15.3312.6145.88-
YUV97.78175.53113.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 182 (71.48% from 255) = 51.85%
R=21.94%
G=26.21%
B=51.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal77921820.580.4900.29231.4341.8350.78
Hex4D5CB63A3101De72a33
Octal11513426672610353475263
Binary100110110111001011011011101011000101110111100111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,92,182); }

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

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

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

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

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

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

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