#4D60C0

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

Shades of Free Speech Blue #4D60C0

Tints of Free Speech Blue #4D60C0

Color information

#4D60C0 (or 0x4D60C0) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 60 and C0. RGB value is (77,96,192). Sum of RGB (Red+Green+Blue) = 77+96+192=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D60C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D60C0 is #B29F3F. Grayscale: #646464. Windows color (decimal): -11706176 or 12607565. OLE color: 12607565.

HSL color Cylindrical-coordinate representation of color #4D60C0: hue angle of 230.09º degrees, saturation: 0.48, 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 #4D60C0 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7796192-
CMYK0.600.5000.25
HSL230.09º47.72%52.75%-
HSV(B)230.09º59.9%75.29%-
XYZ16.7613.7551.64-
YUV101.26179.21110.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.10%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=21.10%
G=26.30%
B=52.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77961920.600.5000.25230.0947.7252.75
Hex4D60C03C32019e63035
Octal11514030074620313466065
Binary100110111000001100000011110011001001100111100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D60C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,192); }

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

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

 a { background-color: rgb(77,96,192); }

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

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

 span { border-color: rgb(77,96,192); }

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