#4155B2

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

Shades of Free Speech Blue #4155B2

Tints of Free Speech Blue #4155B2

Color information

#4155B2 (or 0x4155B2) is unknown color: approx Free Speech Blue. HEX triplet: 41, 55 and B2. RGB value is (65,85,178). Sum of RGB (Red+Green+Blue) = 65+85+178=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 178 (69.92% from 255 or 54.27% from 328); Max value from RGB is 178 - color contains mainly: blue. Hex color #4155B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4155B2 is #BEAA4D. Grayscale: #595959. Windows color (decimal): -12495438 or 11687233. OLE color: 11687233.

HSL color Cylindrical-coordinate representation of color #4155B2: hue angle of 229.38º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4155B2 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6585178-
CMYK0.630.5200.30
HSL229.38º46.5%47.65%-
HSV(B)229.38º63.48%69.8%-
XYZ13.4610.8443.5-
YUV89.62177.87110.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 178 (69.92% from 255) = 54.27%
R=19.82%
G=25.91%
B=54.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65851780.630.5200.30229.3846.547.65
Hex4155B23F3401Ee52f30
Octal10112526277640363455760
Binary100000110101011011001011111111010001111011100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4155B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4155B2; }

 p { color: rgb(65,85,178); }

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

<style>
 a { background-color: #4155B2; }

 a { background-color: rgb(65,85,178); }

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

<style>
 span { border-color: #4155B2; }

 span { border-color: rgb(65,85,178); }

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