Html Css Color HEX #458DAB Boston Blue

📋 copy color: '#458DAB'

red 69 ◦ green 141 ◦ blue 171

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

Shades of Boston Blue #458DAB

Tints of Boston Blue #458DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 18.11%
G = 37.01%
B = 44.88%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#458DAB (or 0x458DAB) is known color: Boston Blue. HEX triplet: 45, 8D and AB. RGB value is (69,141,171). Sum of RGB (Red+Green+Blue) = 69+141+171=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #458DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458DAB is #BA7254. Grayscale: #7A7A7A. Windows color (decimal): -12218965 or 11242821. OLE color: 11242821.

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

Color convert

RGB 69 141 171 -
CMYK 0.60 0.18 0 0.33
HSL 197.65º 0.43% 0.47% -
HSV(B) 197.65º 0.6% 0.67% -
XYZ 19.33 23.26 42 -
YUV 122.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 69 141 171 0.60 0.18 0 0.33 197.65 0.43 0.47
Hex 45 8D AB 3C 12 0 21 C6 2A 2F
Octal 105 215 253 74 22 0 41 306 52 57
Binary 1000101 10001101 10101011 111100 10010 0 100001 11000110 101010 101111

Color Harmonies of #458DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458DAB

Black with #458DAB

Text Example


Text Example

White with #458DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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