Html Css Color HEX #459BAA Boston Blue

📋 copy color: '#459BAA'

red 69 ◦ green 155 ◦ blue 170

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

Shades of Boston Blue #459BAA

Tints of Boston Blue #459BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 17.51%
G = 39.34%
B = 43.15%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#459BAA (or 0x459BAA) is known color: Boston Blue. HEX triplet: 45, 9B and AA. RGB value is (69,155,170). Sum of RGB (Red+Green+Blue) = 69+155+170=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #459BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459BAA is #BA6455. Grayscale: #828282. Windows color (decimal): -12215382 or 11180869. OLE color: 11180869.

HSL color Cylindrical-coordinate representation of color #459BAA: hue angle of 188.91º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #459BAA is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 155 170 -
CMYK 0.59 0.09 0 0.33
HSL 188.91º 0.42% 0.47% -
HSV(B) 188.91º 0.59% 0.67% -
XYZ 21.43 27.61 42.23 -
YUV 131 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 69 155 170 0.59 0.09 0 0.33 188.91 0.42 0.47
Hex 45 9B AA 3B 9 0 21 BD 2A 2F
Octal 105 233 252 73 11 0 41 275 52 57
Binary 1000101 10011011 10101010 111011 1001 0 100001 10111101 101010 101111

Color Harmonies of #459BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BAA

Black with #459BAA

Text Example


Text Example

White with #459BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459BAA; }

 p { color: rgb(69,155,170); }

 H1.HeaderClassName
 {
   color: #459BAA;
 }
 .AnyTagClassName
 {
   color: #459BAA;
 }
</style>

background-color css

<style>
 a { background-color: #459BAA; }

 a { background-color: rgb(69,155,170); }

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

border-color css

<style>
 span { border-color: #459BAA; }

 span { border-color: rgb(69,155,170); }

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