#4093AD

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

Shades of Boston Blue #4093AD

Tints of Boston Blue #4093AD

Color information

#4093AD (or 0x4093AD) is unknown color: approx Boston Blue. HEX triplet: 40, 93 and AD. RGB value is (64,147,173). Sum of RGB (Red+Green+Blue) = 64+147+173=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #4093AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4093AD is #BF6C52. Grayscale: #7C7C7C. Windows color (decimal): -12545107 or 11375424. OLE color: 11375424.

HSL color Cylindrical-coordinate representation of color #4093AD: hue angle of 194.31º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4093AD is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64147173-
CMYK0.630.1500.32
HSL194.31º45.99%46.47%-
HSV(B)194.31º63.01%67.84%-
XYZ20.0924.9743.3-
YUV125.1515584.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.67%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=16.67%
G=38.28%
B=45.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641471730.630.1500.32194.3145.9946.47
Hex4093AD3FF020c22e2e
Octal10022325577170403025656
Binary100000010010011101011011111111111010000011000010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4093AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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