Html Css Color HEX #488BA4 Boston Blue

📋 copy color: '#488BA4'

red 72 ◦ green 139 ◦ blue 164

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

Shades of Boston Blue #488BA4

Tints of Boston Blue #488BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 19.2%
G = 37.07%
B = 43.73%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#488BA4 (or 0x488BA4) is known color: Boston Blue. HEX triplet: 48, 8B and A4. RGB value is (72,139,164). Sum of RGB (Red+Green+Blue) = 72+139+164=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #488BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BA4 is #B7745B. Grayscale: #797979. Windows color (decimal): -12022876 or 10783560. OLE color: 10783560.

HSL color Cylindrical-coordinate representation of color #488BA4: hue angle of 196.3º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488BA4 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 139 164 -
CMYK 0.56 0.15 0 0.36
HSL 196.3º 0.39% 0.46% -
HSV(B) 196.3º 0.56% 0.64% -
XYZ 18.61 22.52 38.49 -
YUV 121.82 151.8 92.47 -
System Red Green Blue C M Y K H S L
Decimal 72 139 164 0.56 0.15 0 0.36 196.3 0.39 0.46
Hex 48 8B A4 38 F 0 24 C4 27 2E
Octal 110 213 244 70 17 0 44 304 47 56
Binary 1001000 10001011 10100100 111000 1111 0 100100 11000100 100111 101110

Color Harmonies of #488BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BA4

Black with #488BA4

Text Example


Text Example

White with #488BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,139,164); }

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

background-color css

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

 a { background-color: rgb(72,139,164); }

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

border-color css

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

 span { border-color: rgb(72,139,164); }

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