Html Css Color HEX #459CAA Boston Blue

📋 copy color: '#459CAA'

red 69 ◦ green 156 ◦ blue 170

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

Shades of Boston Blue #459CAA

Tints of Boston Blue #459CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

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

R = 17.47%
G = 39.49%
B = 43.04%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#459CAA (or 0x459CAA) is known color: Boston Blue. HEX triplet: 45, 9C and AA. RGB value is (69,156,170). Sum of RGB (Red+Green+Blue) = 69+156+170=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #459CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459CAA is #BA6355. Grayscale: #838383. Windows color (decimal): -12215126 or 11181125. OLE color: 11181125.

HSL color Cylindrical-coordinate representation of color #459CAA: hue angle of 188.32º 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 #459CAA is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 156 170 -
CMYK 0.59 0.08 0 0.33
HSL 188.32º 0.42% 0.47% -
HSV(B) 188.32º 0.59% 0.67% -
XYZ 21.6 27.94 42.29 -
YUV 131.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 69 156 170 0.59 0.08 0 0.33 188.32 0.42 0.47
Hex 45 9C AA 3B 8 0 21 BC 2A 2F
Octal 105 234 252 73 10 0 41 274 52 57
Binary 1000101 10011100 10101010 111011 1000 0 100001 10111100 101010 101111

Color Harmonies of #459CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CAA

Black with #459CAA

Text Example


Text Example

White with #459CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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