#4052CC

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

Shades of Free Speech Blue #4052CC

Tints of Free Speech Blue #4052CC

Color information

#4052CC (or 0x4052CC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 52 and CC. RGB value is (64,82,204). Sum of RGB (Red+Green+Blue) = 64+82+204=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #4052CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4052CC is #BFAD33. Grayscale: #5A5A5A. Windows color (decimal): -12561716 or 13390400. OLE color: 13390400.

HSL color Cylindrical-coordinate representation of color #4052CC: hue angle of 232.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 #4052CC is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6482204-
CMYK0.690.6000.2
HSL232.29º57.85%52.55%-
HSV(B)232.29º68.63%80%-
XYZ16.0311.4858.5-
YUV90.53192.04109.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 204 (80.08% from 255) = 58.29%
R=18.29%
G=23.43%
B=58.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal64822040.690.6000.2232.2957.8552.55
Hex4052CC453C014e83a35
Octal100122314105740243507265
Binary1000000101001011001100100010111110001010011101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4052CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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