#4055CC

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

Shades of Free Speech Blue #4055CC

Tints of Free Speech Blue #4055CC

Color information

#4055CC (or 0x4055CC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 55 and CC. RGB value is (64,85,204). Sum of RGB (Red+Green+Blue) = 64+85+204=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #4055CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4055CC is #BFAA33. Grayscale: #5B5B5B. Windows color (decimal): -12560948 or 13391168. OLE color: 13391168.

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

Color convert

RGB6485204-
CMYK0.690.5800.2
HSL231º57.85%52.55%-
HSV(B)231º68.63%80%-
XYZ16.2611.9558.58-
YUV92.29191.04107.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 204 (80.08% from 255) = 57.79%
R=18.13%
G=24.08%
B=57.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal64852040.690.5800.223157.8552.55
Hex4055CC453A014e73a35
Octal100125314105720243477265
Binary1000000101010111001100100010111101001010011100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4055CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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