#4D60CC

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

Shades of Free Speech Blue #4D60CC

Tints of Free Speech Blue #4D60CC

Color information

#4D60CC (or 0x4D60CC) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 60 and CC. RGB value is (77,96,204). Sum of RGB (Red+Green+Blue) = 77+96+204=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D60CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D60CC is #B29F33. Grayscale: #666666. Windows color (decimal): -11706164 or 13393997. OLE color: 13393997.

HSL color Cylindrical-coordinate representation of color #4D60CC: hue angle of 231.02º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D60CC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7796204-
CMYK0.620.5300.2
HSL231.02º55.46%55.1%-
HSV(B)231.02º62.25%80%-
XYZ18.1414.358.93-
YUV102.63185.21109.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=20.42%
G=25.46%
B=54.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal77962040.620.5300.2231.0255.4655.1
Hex4D60CC3E35014e73737
Octal11514031476650243476767
Binary100110111000001100110011111011010101010011100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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