#4081A5

Color #4081A5 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4081A5

Tints of Boston Blue #4081A5

Color information

#4081A5 (or 0x4081A5) is unknown color: approx Boston Blue. HEX triplet: 40, 81 and A5. RGB value is (64,129,165). Sum of RGB (Red+Green+Blue) = 64+129+165=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #4081A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4081A5 is #BF7E5A. Grayscale: #717171. Windows color (decimal): -12549723 or 10846528. OLE color: 10846528.

HSL color Cylindrical-coordinate representation of color #4081A5: hue angle of 201.39º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4081A5 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB64129165-
CMYK0.610.2200.35
HSL201.39º44.1%44.9%-
HSV(B)201.39º61.21%64.71%-
XYZ16.7619.5138.48-
YUV113.67156.9792.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=17.88%
G=36.03%
B=46.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641291650.610.2200.35201.3944.144.9
Hex4081A53D16023c92c2d
Octal10020124575260433115455
Binary1000000100000011010010111110110110010001111001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4081A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4081A5; }

 p { color: rgb(64,129,165); }

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

<style>
 a { background-color: #4081A5; }

 a { background-color: rgb(64,129,165); }

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

<style>
 span { border-color: #4081A5; }

 span { border-color: rgb(64,129,165); }

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