Html Css Color HEX #488EAC Boston Blue

📋 copy color: '#488EAC'

red 72 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #488EAC

Tints of Boston Blue #488EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 18.65%
G = 36.79%
B = 44.56%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#488EAC (or 0x488EAC) is known color: Boston Blue. HEX triplet: 48, 8E and AC. RGB value is (72,142,172). Sum of RGB (Red+Green+Blue) = 72+142+172=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #488EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488EAC is #B77153. Grayscale: #7C7C7C. Windows color (decimal): -12022100 or 11308616. OLE color: 11308616.

HSL color Cylindrical-coordinate representation of color #488EAC: hue angle of 198º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #488EAC is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 142 172 -
CMYK 0.58 0.17 0 0.33
HSL 198º 0.41% 0.48% -
HSV(B) 198º 0.58% 0.67% -
XYZ 19.79 23.7 42.56 -
YUV 124.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 72 142 172 0.58 0.17 0 0.33 198 0.41 0.48
Hex 48 8E AC 3A 11 0 21 C6 29 30
Octal 110 216 254 72 21 0 41 306 51 60
Binary 1001000 10001110 10101100 111010 10001 0 100001 11000110 101001 110000

Color Harmonies of #488EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EAC

Black with #488EAC

Text Example


Text Example

White with #488EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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