Html Css Color HEX #458FAD Boston Blue

📋 copy color: '#458FAD'

red 69 ◦ green 143 ◦ blue 173

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

Shades of Boston Blue #458FAD

Tints of Boston Blue #458FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 17.92%
G = 37.14%
B = 44.94%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#458FAD (or 0x458FAD) is known color: Boston Blue. HEX triplet: 45, 8F and AD. RGB value is (69,143,173). Sum of RGB (Red+Green+Blue) = 69+143+173=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #458FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FAD is #BA7052. Grayscale: #7C7C7C. Windows color (decimal): -12218451 or 11374405. OLE color: 11374405.

HSL color Cylindrical-coordinate representation of color #458FAD: hue angle of 197.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #458FAD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 143 173 -
CMYK 0.60 0.17 0 0.32
HSL 197.31º 0.43% 0.47% -
HSV(B) 197.31º 0.6% 0.68% -
XYZ 19.82 23.93 43.11 -
YUV 124.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 69 143 173 0.60 0.17 0 0.32 197.31 0.43 0.47
Hex 45 8F AD 3C 11 0 20 C5 2B 2F
Octal 105 217 255 74 21 0 40 305 53 57
Binary 1000101 10001111 10101101 111100 10001 0 100000 11000101 101011 101111

Color Harmonies of #458FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458FAD

Black with #458FAD

Text Example


Text Example

White with #458FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,143,173); }

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

background-color css

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

 a { background-color: rgb(69,143,173); }

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

border-color css

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

 span { border-color: rgb(69,143,173); }

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