Html Css Color HEX #488EAE Boston Blue

📋 copy color: '#488EAE'

red 72 ◦ green 142 ◦ blue 174

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

Shades of Boston Blue #488EAE

Tints of Boston Blue #488EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.6%

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

R = 18.56%
G = 36.6%
B = 44.85%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#488EAE (or 0x488EAE) is known color: Boston Blue. HEX triplet: 48, 8E and AE. RGB value is (72,142,174). Sum of RGB (Red+Green+Blue) = 72+142+174=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #488EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488EAE is #B77151. Grayscale: #7C7C7C. Windows color (decimal): -12022098 or 11439688. OLE color: 11439688.

HSL color Cylindrical-coordinate representation of color #488EAE: hue angle of 198.82º 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 #488EAE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 142 174 -
CMYK 0.59 0.18 0 0.32
HSL 198.82º 0.41% 0.48% -
HSV(B) 198.82º 0.59% 0.68% -
XYZ 19.99 23.78 43.58 -
YUV 124.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 72 142 174 0.59 0.18 0 0.32 198.82 0.41 0.48
Hex 48 8E AE 3B 12 0 20 C7 29 30
Octal 110 216 256 73 22 0 40 307 51 60
Binary 1001000 10001110 10101110 111011 10010 0 100000 11000111 101001 110000

Color Harmonies of #488EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EAE

Black with #488EAE

Text Example


Text Example

White with #488EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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