#4055CA

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

Shades of Free Speech Blue #4055CA

Tints of Free Speech Blue #4055CA

Color information

#4055CA (or 0x4055CA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 55 and CA. RGB value is (64,85,202). Sum of RGB (Red+Green+Blue) = 64+85+202=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #4055CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4055CA is #BFAA35. Grayscale: #5B5B5B. Windows color (decimal): -12560950 or 13260096. OLE color: 13260096.

HSL color Cylindrical-coordinate representation of color #4055CA: hue angle of 230.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4055CA is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6485202-
CMYK0.680.5800.21
HSL230.87º56.56%52.16%-
HSV(B)230.87º68.32%79.22%-
XYZ16.0211.8557.32-
YUV92.06190.04107.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=18.23%
G=24.22%
B=57.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64852020.680.5800.21230.8756.5652.16
Hex4055CA443A015e73934
Octal100125312104720253477164
Binary1000000101010111001010100010011101001010111100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4055CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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