Html Css Color HEX #458DAF Boston Blue

📋 copy color: '#458DAF'

red 69 ◦ green 141 ◦ blue 175

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

Shades of Boston Blue #458DAF

Tints of Boston Blue #458DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 17.92%
G = 36.62%
B = 45.45%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#458DAF (or 0x458DAF) is known color: Boston Blue. HEX triplet: 45, 8D and AF. RGB value is (69,141,175). Sum of RGB (Red+Green+Blue) = 69+141+175=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #458DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458DAF is #BA7250. Grayscale: #7B7B7B. Windows color (decimal): -12218961 or 11504965. OLE color: 11504965.

HSL color Cylindrical-coordinate representation of color #458DAF: hue angle of 199.25º 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 #458DAF is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 141 175 -
CMYK 0.61 0.19 0 0.31
HSL 199.25º 0.43% 0.48% -
HSV(B) 199.25º 0.61% 0.69% -
XYZ 19.72 23.41 44.04 -
YUV 123.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 69 141 175 0.61 0.19 0 0.31 199.25 0.43 0.48
Hex 45 8D AF 3D 13 0 1F C7 2B 30
Octal 105 215 257 75 23 0 37 307 53 60
Binary 1000101 10001101 10101111 111101 10011 0 11111 11000111 101011 110000

Color Harmonies of #458DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458DAF

Black with #458DAF

Text Example


Text Example

White with #458DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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