Html Css Color HEX #488AAE Boston Blue

📋 copy color: '#488AAE'

red 72 ◦ green 138 ◦ blue 174

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

Shades of Boston Blue #488AAE

Tints of Boston Blue #488AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

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

R = 18.75%
G = 35.94%
B = 45.31%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#488AAE (or 0x488AAE) is known color: Boston Blue. HEX triplet: 48, 8A and AE. RGB value is (72,138,174). Sum of RGB (Red+Green+Blue) = 72+138+174=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #488AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AAE is #B77551. Grayscale: #7A7A7A. Windows color (decimal): -12023122 or 11438664. OLE color: 11438664.

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

Color convert

RGB 72 138 174 -
CMYK 0.59 0.21 0 0.32
HSL 201.18º 0.41% 0.48% -
HSV(B) 201.18º 0.59% 0.68% -
XYZ 19.4 22.61 43.39 -
YUV 122.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 72 138 174 0.59 0.21 0 0.32 201.18 0.41 0.48
Hex 48 8A AE 3B 15 0 20 C9 29 30
Octal 110 212 256 73 25 0 40 311 51 60
Binary 1001000 10001010 10101110 111011 10101 0 100000 11001001 101001 110000

Color Harmonies of #488AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AAE

Black with #488AAE

Text Example


Text Example

White with #488AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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