#4091AF

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

Shades of Boston Blue #4091AF

Tints of Boston Blue #4091AF

Color information

#4091AF (or 0x4091AF) is unknown color: approx Boston Blue. HEX triplet: 40, 91 and AF. RGB value is (64,145,175). Sum of RGB (Red+Green+Blue) = 64+145+175=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #4091AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4091AF is #BF6E50. Grayscale: #7C7C7C. Windows color (decimal): -12545617 or 11505984. OLE color: 11505984.

HSL color Cylindrical-coordinate representation of color #4091AF: hue angle of 196.22º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4091AF is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64145175-
CMYK0.630.1700.31
HSL196.22º46.44%46.86%-
HSV(B)196.22º63.43%68.63%-
XYZ19.9824.4444.22-
YUV124.2156.6685.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.67%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=16.67%
G=37.76%
B=45.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641451750.630.1700.31196.2246.4446.86
Hex4091AF3F1101Fc42e2f
Octal10022125777210373045657
Binary100000010010001101011111111111000101111111000100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4091AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4091AF; }

 p { color: rgb(64,145,175); }

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

<style>
 a { background-color: #4091AF; }

 a { background-color: rgb(64,145,175); }

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

<style>
 span { border-color: #4091AF; }

 span { border-color: rgb(64,145,175); }

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