Html Css Color HEX #488FAE Boston Blue

📋 copy color: '#488FAE'

red 72 ◦ green 143 ◦ blue 174

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

Shades of Boston Blue #488FAE

Tints of Boston Blue #488FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

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

R = 18.51%
G = 36.76%
B = 44.73%

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

#488FAE (or 0x488FAE) is known color: Boston Blue. HEX triplet: 48, 8F and AE. RGB value is (72,143,174). Sum of RGB (Red+Green+Blue) = 72+143+174=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #488FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488FAE is #B77051. Grayscale: #7D7D7D. Windows color (decimal): -12021842 or 11439944. OLE color: 11439944.

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

Color convert

RGB 72 143 174 -
CMYK 0.59 0.18 0 0.32
HSL 198.24º 0.41% 0.48% -
HSV(B) 198.24º 0.59% 0.68% -
XYZ 20.13 24.08 43.63 -
YUV 125.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 72 143 174 0.59 0.18 0 0.32 198.24 0.41 0.48
Hex 48 8F AE 3B 12 0 20 C6 29 30
Octal 110 217 256 73 22 0 40 306 51 60
Binary 1001000 10001111 10101110 111011 10010 0 100000 11000110 101001 110000

Color Harmonies of #488FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FAE

Black with #488FAE

Text Example


Text Example

White with #488FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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