Html Css Color HEX #458BA6 Boston Blue

📋 copy color: '#458BA6'

red 69 ◦ green 139 ◦ blue 166

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

Shades of Boston Blue #458BA6

Tints of Boston Blue #458BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.39%

R = 18.45%
G = 37.17%
B = 44.39%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#458BA6 (or 0x458BA6) is known color: Boston Blue. HEX triplet: 45, 8B and A6. RGB value is (69,139,166). Sum of RGB (Red+Green+Blue) = 69+139+166=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 166 - color contains mainly: blue. Hex color #458BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458BA6 is #BA7459. Grayscale: #787878. Windows color (decimal): -12219482 or 10914629. OLE color: 10914629.

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

Color convert

RGB 69 139 166 -
CMYK 0.58 0.16 0 0.35
HSL 196.7º 0.41% 0.46% -
HSV(B) 196.7º 0.58% 0.65% -
XYZ 18.57 22.48 39.44 -
YUV 121.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 69 139 166 0.58 0.16 0 0.35 196.7 0.41 0.46
Hex 45 8B A6 3A 10 0 23 C5 29 2E
Octal 105 213 246 72 20 0 43 305 51 56
Binary 1000101 10001011 10100110 111010 10000 0 100011 11000101 101001 101110

Color Harmonies of #458BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458BA6

Black with #458BA6

Text Example


Text Example

White with #458BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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