#458AA4

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

Shades of Boston Blue #458AA4

Tints of Boston Blue #458AA4

Color information

#458AA4 (or 0x458AA4) is unknown color: approx Boston Blue. HEX triplet: 45, 8A and A4. RGB value is (69,138,164). Sum of RGB (Red+Green+Blue) = 69+138+164=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #458AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458AA4 is #BA755B. Grayscale: #787878. Windows color (decimal): -12219740 or 10783301. OLE color: 10783301.

HSL color Cylindrical-coordinate representation of color #458AA4: hue angle of 196.42º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #458AA4 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB69138164-
CMYK0.580.1600.36
HSL196.42º40.77%45.69%-
HSV(B)196.42º57.93%64.31%-
XYZ18.2422.1238.43-
YUV120.33152.6491.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=18.60%
G=37.20%
B=44.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691381640.580.1600.36196.4240.7745.69
Hex458AA43A10024c4292e
Octal10521224472200443045156
Binary1000101100010101010010011101010000010010011000100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458AA4; }

 p { color: rgb(69,138,164); }

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

<style>
 a { background-color: #458AA4; }

 a { background-color: rgb(69,138,164); }

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

<style>
 span { border-color: #458AA4; }

 span { border-color: rgb(69,138,164); }

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