#4060CC

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

Shades of Free Speech Blue #4060CC

Tints of Free Speech Blue #4060CC

Color information

#4060CC (or 0x4060CC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 60 and CC. RGB value is (64,96,204). Sum of RGB (Red+Green+Blue) = 64+96+204=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #4060CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060CC is #BF9F33. Grayscale: #626262. Windows color (decimal): -12558132 or 13393984. OLE color: 13393984.

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

Color convert

RGB6496204-
CMYK0.690.5300.2
HSL226.29º57.85%52.55%-
HSV(B)226.29º68.63%80%-
XYZ17.213.8258.89-
YUV98.74187.4103.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=17.58%
G=26.37%
B=56.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal64962040.690.5300.2226.2957.8552.55
Hex4060CC4535014e23a35
Octal100140314105650243427265
Binary1000000110000011001100100010111010101010011100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4060CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4060CC; }

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

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

<style>
 a { background-color: #4060CC; }

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

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

<style>
 span { border-color: #4060CC; }

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

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