#4092AE

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

Shades of Boston Blue #4092AE

Tints of Boston Blue #4092AE

Color information

#4092AE (or 0x4092AE) is unknown color: approx Boston Blue. HEX triplet: 40, 92 and AE. RGB value is (64,146,174). Sum of RGB (Red+Green+Blue) = 64+146+174=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #4092AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4092AE is #BF6D51. Grayscale: #7C7C7C. Windows color (decimal): -12545362 or 11440704. OLE color: 11440704.

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

Color convert

RGB64146174-
CMYK0.630.1600.32
HSL195.27º46.22%46.67%-
HSV(B)195.27º63.22%68.24%-
XYZ20.0324.743.76-
YUV124.67155.8384.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.67%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=16.67%
G=38.02%
B=45.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641461740.630.1600.32195.2746.2246.67
Hex4092AE3F10020c32e2f
Octal10022225677200403035657
Binary1000000100100101010111011111110000010000011000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4092AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4092AE; }

 p { color: rgb(64,146,174); }

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

<style>
 a { background-color: #4092AE; }

 a { background-color: rgb(64,146,174); }

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

<style>
 span { border-color: #4092AE; }

 span { border-color: rgb(64,146,174); }

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