Html Css Color HEX #458BA7 Boston Blue

📋 copy color: '#458BA7'

red 69 ◦ green 139 ◦ blue 167

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

Shades of Boston Blue #458BA7

Tints of Boston Blue #458BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.53%

R = 18.4%
G = 37.07%
B = 44.53%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#458BA7 (or 0x458BA7) is known color: Boston Blue. HEX triplet: 45, 8B and A7. RGB value is (69,139,167). Sum of RGB (Red+Green+Blue) = 69+139+167=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #458BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458BA7 is #BA7458. Grayscale: #797979. Windows color (decimal): -12219481 or 10980165. OLE color: 10980165.

HSL color Cylindrical-coordinate representation of color #458BA7: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #458BA7 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 69 139 167 -
CMYK 0.59 0.17 0 0.35
HSL 197.14º 0.42% 0.46% -
HSV(B) 197.14º 0.59% 0.65% -
XYZ 18.66 22.52 39.92 -
YUV 121.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 69 139 167 0.59 0.17 0 0.35 197.14 0.42 0.46
Hex 45 8B A7 3B 11 0 23 C5 2A 2E
Octal 105 213 247 73 21 0 43 305 52 56
Binary 1000101 10001011 10100111 111011 10001 0 100011 11000101 101010 101110

Color Harmonies of #458BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458BA7

Black with #458BA7

Text Example


Text Example

White with #458BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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