#45A4AF

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

Shades of Boston Blue #45A4AF

Tints of Boston Blue #45A4AF

Color information

#45A4AF (or 0x45A4AF) is unknown color: approx Boston Blue. HEX triplet: 45, A4 and AF. RGB value is (69,164,175). Sum of RGB (Red+Green+Blue) = 69+164+175=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #45A4AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A4AF is #BA5B50. Grayscale: #888888. Windows color (decimal): -12213073 or 11510853. OLE color: 11510853.

HSL color Cylindrical-coordinate representation of color #45A4AF: hue angle of 186.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45A4AF is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69164175-
CMYK0.610.0600.31
HSL186.23º43.44%47.84%-
HSV(B)186.23º60.57%68.63%-
XYZ23.4730.9145.29-
YUV136.85149.5379.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.91%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=16.91%
G=40.20%
B=42.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691641750.610.0600.31186.2343.4447.84
Hex45A4AF3D601Fba2b30
Octal1052442577560372725360
Binary1000101101001001010111111110111001111110111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A4AF; }

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

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

<style>
 a { background-color: #45A4AF; }

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

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

<style>
 span { border-color: #45A4AF; }

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

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