#4093A2

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

Shades of Boston Blue #4093A2

Tints of Boston Blue #4093A2

Color information

#4093A2 (or 0x4093A2) is unknown color: approx Boston Blue. HEX triplet: 40, 93 and A2. RGB value is (64,147,162). Sum of RGB (Red+Green+Blue) = 64+147+162=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #4093A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4093A2 is #BF6C5D. Grayscale: #7B7B7B. Windows color (decimal): -12545118 or 10654528. OLE color: 10654528.

HSL color Cylindrical-coordinate representation of color #4093A2: hue angle of 189.18º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4093A2 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB64147162-
CMYK0.600.0900.36
HSL189.18º43.36%44.31%-
HSV(B)189.18º60.49%63.53%-
XYZ19.0724.5737.92-
YUV123.89149.585.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.16%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 162 (63.67% from 255) = 43.43%
R=17.16%
G=39.41%
B=43.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641471620.600.0900.36189.1843.3644.31
Hex4093A23C9024bd2b2c
Octal10022324274110442755354
Binary100000010010011101000101111001001010010010111101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4093A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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