Html Css Color HEX #458BAA Boston Blue

📋 copy color: '#458BAA'

red 69 ◦ green 139 ◦ blue 170

#458BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #458BAA

Tints of Boston Blue #458BAA

RGB

 RED value IS 69 (27.34% from 255) = 18.25%

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 18.25%
G = 36.77%
B = 44.97%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#458BAA (or 0x458BAA) is known color: Boston Blue. HEX triplet: 45, 8B and AA. RGB value is (69,139,170). Sum of RGB (Red+Green+Blue) = 69+139+170=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #458BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458BAA is #BA7455. Grayscale: #797979. Windows color (decimal): -12219478 or 11176773. OLE color: 11176773.

HSL color Cylindrical-coordinate representation of color #458BAA: hue angle of 198.42º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #458BAA is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 139 170 -
CMYK 0.59 0.18 0 0.33
HSL 198.42º 0.42% 0.47% -
HSV(B) 198.42º 0.59% 0.67% -
XYZ 18.94 22.63 41.4 -
YUV 121.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 69 139 170 0.59 0.18 0 0.33 198.42 0.42 0.47
Hex 45 8B AA 3B 12 0 21 C6 2A 2F
Octal 105 213 252 73 22 0 41 306 52 57
Binary 1000101 10001011 10101010 111011 10010 0 100001 11000110 101010 101111

Color Harmonies of #458BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458BAA

Black with #458BAA

Text Example


Text Example

White with #458BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,139,170); }

 H1.HeaderClassName
 {
   color: #458BAA;
 }
 .AnyTagClassName
 {
   color: #458BAA;
 }
</style>

background-color css

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

 a { background-color: rgb(69,139,170); }

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

border-color css

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

 span { border-color: rgb(69,139,170); }

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