Html Css Color HEX #4585AA Boston Blue

📋 copy color: '#4585AA'

red 69 ◦ green 133 ◦ blue 170

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

Shades of Boston Blue #4585AA

Tints of Boston Blue #4585AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 18.55%
G = 35.75%
B = 45.7%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4585AA (or 0x4585AA) is known color: Boston Blue. HEX triplet: 45, 85 and AA. RGB value is (69,133,170). Sum of RGB (Red+Green+Blue) = 69+133+170=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #4585AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4585AA is #BA7A55. Grayscale: #757575. Windows color (decimal): -12221014 or 11175237. OLE color: 11175237.

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

Color convert

RGB 69 133 170 -
CMYK 0.59 0.22 0 0.33
HSL 201.98º 0.42% 0.47% -
HSV(B) 201.98º 0.59% 0.67% -
XYZ 18.1 20.94 41.12 -
YUV 118.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 69 133 170 0.59 0.22 0 0.33 201.98 0.42 0.47
Hex 45 85 AA 3B 16 0 21 CA 2A 2F
Octal 105 205 252 73 26 0 41 312 52 57
Binary 1000101 10000101 10101010 111011 10110 0 100001 11001010 101010 101111

Color Harmonies of #4585AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585AA

Black with #4585AA

Text Example


Text Example

White with #4585AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4585AA; }

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

 H1.HeaderClassName
 {
   color: #4585AA;
 }
 .AnyTagClassName
 {
   color: #4585AA;
 }
</style>

background-color css

<style>
 a { background-color: #4585AA; }

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

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

border-color css

<style>
 span { border-color: #4585AA; }

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

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