#4055B9

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

Shades of Free Speech Blue #4055B9

Tints of Free Speech Blue #4055B9

Color information

#4055B9 (or 0x4055B9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 55 and B9. RGB value is (64,85,185). Sum of RGB (Red+Green+Blue) = 64+85+185=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #4055B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4055B9 is #BFAA46. Grayscale: #595959. Windows color (decimal): -12560967 or 12145984. OLE color: 12145984.

HSL color Cylindrical-coordinate representation of color #4055B9: hue angle of 229.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4055B9 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6485185-
CMYK0.650.5400.27
HSL229.59º48.59%48.82%-
HSV(B)229.59º65.41%72.55%-
XYZ14.1211.0947.3-
YUV90.12181.54109.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 185 (72.66% from 255) = 55.39%
R=19.16%
G=25.45%
B=55.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64851850.650.5400.27229.5948.5948.82
Hex4055B9413601Be63131
Octal100125271101660333466161
Binary1000000101010110111001100000111011001101111100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4055B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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