Html Css Color HEX #458AAB Boston Blue

📋 copy color: '#458AAB'

red 69 ◦ green 138 ◦ blue 171

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

Shades of Boston Blue #458AAB

Tints of Boston Blue #458AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

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

R = 18.25%
G = 36.51%
B = 45.24%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#458AAB (or 0x458AAB) is known color: Boston Blue. HEX triplet: 45, 8A and AB. RGB value is (69,138,171). Sum of RGB (Red+Green+Blue) = 69+138+171=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #458AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458AAB is #BA7554. Grayscale: #787878. Windows color (decimal): -12219733 or 11242053. OLE color: 11242053.

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

Color convert

RGB 69 138 171 -
CMYK 0.60 0.19 0 0.33
HSL 199.41º 0.43% 0.47% -
HSV(B) 199.41º 0.6% 0.67% -
XYZ 18.89 22.38 41.85 -
YUV 121.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 69 138 171 0.60 0.19 0 0.33 199.41 0.43 0.47
Hex 45 8A AB 3C 13 0 21 C7 2A 2F
Octal 105 212 253 74 23 0 41 307 52 57
Binary 1000101 10001010 10101011 111100 10011 0 100001 11000111 101010 101111

Color Harmonies of #458AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458AAB

Black with #458AAB

Text Example


Text Example

White with #458AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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