Html Css Color HEX #488DAE Boston Blue

📋 copy color: '#488DAE'

red 72 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #488DAE

Tints of Boston Blue #488DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 18.6%
G = 36.43%
B = 44.96%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#488DAE (or 0x488DAE) is known color: Boston Blue. HEX triplet: 48, 8D and AE. RGB value is (72,141,174). Sum of RGB (Red+Green+Blue) = 72+141+174=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #488DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488DAE is #B77251. Grayscale: #7B7B7B. Windows color (decimal): -12022354 or 11439432. OLE color: 11439432.

HSL color Cylindrical-coordinate representation of color #488DAE: hue angle of 199.41º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488DAE is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 141 174 -
CMYK 0.59 0.19 0 0.32
HSL 199.41º 0.41% 0.48% -
HSV(B) 199.41º 0.59% 0.68% -
XYZ 19.84 23.48 43.53 -
YUV 124.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 72 141 174 0.59 0.19 0 0.32 199.41 0.41 0.48
Hex 48 8D AE 3B 13 0 20 C7 29 30
Octal 110 215 256 73 23 0 40 307 51 60
Binary 1001000 10001101 10101110 111011 10011 0 100000 11000111 101001 110000

Color Harmonies of #488DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DAE

Black with #488DAE

Text Example


Text Example

White with #488DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488DAE; }

 p { color: rgb(72,141,174); }

 H1.HeaderClassName
 {
   color: #488DAE;
 }
 .AnyTagClassName
 {
   color: #488DAE;
 }
</style>

background-color css

<style>
 a { background-color: #488DAE; }

 a { background-color: rgb(72,141,174); }

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

border-color css

<style>
 span { border-color: #488DAE; }

 span { border-color: rgb(72,141,174); }

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