Html Css Color HEX #4590AA Boston Blue

📋 copy color: '#4590AA'

red 69 ◦ green 144 ◦ blue 170

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

Shades of Boston Blue #4590AA

Tints of Boston Blue #4590AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 18.02%
G = 37.6%
B = 44.39%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4590AA (or 0x4590AA) is known color: Boston Blue. HEX triplet: 45, 90 and AA. RGB value is (69,144,170). Sum of RGB (Red+Green+Blue) = 69+144+170=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #4590AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4590AA is #BA6F55. Grayscale: #7C7C7C. Windows color (decimal): -12218198 or 11178053. OLE color: 11178053.

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

Color convert

RGB 69 144 170 -
CMYK 0.59 0.15 0 0.33
HSL 195.45º 0.42% 0.47% -
HSV(B) 195.45º 0.59% 0.67% -
XYZ 19.68 24.11 41.65 -
YUV 124.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 69 144 170 0.59 0.15 0 0.33 195.45 0.42 0.47
Hex 45 90 AA 3B F 0 21 C3 2A 2F
Octal 105 220 252 73 17 0 41 303 52 57
Binary 1000101 10010000 10101010 111011 1111 0 100001 11000011 101010 101111

Color Harmonies of #4590AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4590AA

Black with #4590AA

Text Example


Text Example

White with #4590AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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