#4093AF

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

Shades of Boston Blue #4093AF

Tints of Boston Blue #4093AF

Color information

#4093AF (or 0x4093AF) is unknown color: approx Boston Blue. HEX triplet: 40, 93 and AF. RGB value is (64,147,175). Sum of RGB (Red+Green+Blue) = 64+147+175=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #4093AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4093AF is #BF6C50. Grayscale: #7D7D7D. Windows color (decimal): -12545105 or 11506496. OLE color: 11506496.

HSL color Cylindrical-coordinate representation of color #4093AF: hue angle of 195.14º 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 #4093AF is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64147175-
CMYK0.630.1600.31
HSL195.14º46.44%46.86%-
HSV(B)195.14º63.43%68.63%-
XYZ20.2925.0544.32-
YUV125.3815684.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=16.58%
G=38.08%
B=45.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641471750.630.1600.31195.1446.4446.86
Hex4093AF3F1001Fc32e2f
Octal10022325777200373035657
Binary100000010010011101011111111111000001111111000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4093AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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