Html Css Color HEX #458EA5 Boston Blue

📋 copy color: '#458EA5'

red 69 ◦ green 142 ◦ blue 165

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

Shades of Boston Blue #458EA5

Tints of Boston Blue #458EA5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 165 (64.84% from 255) = 43.88%

R = 18.35%
G = 37.77%
B = 43.88%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#458EA5 (or 0x458EA5) is known color: Boston Blue. HEX triplet: 45, 8E and A5. RGB value is (69,142,165). Sum of RGB (Red+Green+Blue) = 69+142+165=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #458EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EA5 is #BA715A. Grayscale: #7A7A7A. Windows color (decimal): -12218715 or 10849861. OLE color: 10849861.

HSL color Cylindrical-coordinate representation of color #458EA5: hue angle of 194.38º 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 #458EA5 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 69 142 165 -
CMYK 0.58 0.14 0 0.35
HSL 194.38º 0.41% 0.46% -
HSV(B) 194.38º 0.58% 0.65% -
XYZ 18.92 23.33 39.1 -
YUV 122.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 69 142 165 0.58 0.14 0 0.35 194.38 0.41 0.46
Hex 45 8E A5 3A E 0 23 C2 29 2E
Octal 105 216 245 72 16 0 43 302 51 56
Binary 1000101 10001110 10100101 111010 1110 0 100011 11000010 101001 101110

Color Harmonies of #458EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EA5

Black with #458EA5

Text Example


Text Example

White with #458EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,142,165); }

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

background-color css

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

 a { background-color: rgb(69,142,165); }

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

border-color css

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

 span { border-color: rgb(69,142,165); }

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