Html Css Color HEX #4895AA Boston Blue

📋 copy color: '#4895AA'

red 72 ◦ green 149 ◦ blue 170

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

Shades of Boston Blue #4895AA

Tints of Boston Blue #4895AA

RGB

 RED value IS 72 (28.52% from 255) = 18.41%

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 18.41%
G = 38.11%
B = 43.48%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4895AA (or 0x4895AA) is known color: Boston Blue. HEX triplet: 48, 95 and AA. RGB value is (72,149,170). Sum of RGB (Red+Green+Blue) = 72+149+170=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #4895AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4895AA is #B76A55. Grayscale: #808080. Windows color (decimal): -12020310 or 11179336. OLE color: 11179336.

HSL color Cylindrical-coordinate representation of color #4895AA: hue angle of 192.86º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4895AA is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 149 170 -
CMYK 0.58 0.12 0 0.33
HSL 192.86º 0.4% 0.47% -
HSV(B) 192.86º 0.58% 0.67% -
XYZ 20.68 25.77 41.92 -
YUV 128.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 72 149 170 0.58 0.12 0 0.33 192.86 0.4 0.47
Hex 48 95 AA 3A C 0 21 C1 28 2F
Octal 110 225 252 72 14 0 41 301 50 57
Binary 1001000 10010101 10101010 111010 1100 0 100001 11000001 101000 101111

Color Harmonies of #4895AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4895AA

Black with #4895AA

Text Example


Text Example

White with #4895AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,149,170); }

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

background-color css

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

 a { background-color: rgb(72,149,170); }

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

border-color css

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

 span { border-color: rgb(72,149,170); }

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