Html Css Color HEX #488BB2 Boston Blue

📋 copy color: '#488BB2'

red 72 ◦ green 139 ◦ blue 178

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

Shades of Boston Blue #488BB2

Tints of Boston Blue #488BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 18.51%
G = 35.73%
B = 45.76%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#488BB2 (or 0x488BB2) is known color: Boston Blue. HEX triplet: 48, 8B and B2. RGB value is (72,139,178). Sum of RGB (Red+Green+Blue) = 72+139+178=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #488BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BB2 is #B7744D. Grayscale: #7B7B7B. Windows color (decimal): -12022862 or 11701064. OLE color: 11701064.

HSL color Cylindrical-coordinate representation of color #488BB2: hue angle of 202.08º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #488BB2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 139 178 -
CMYK 0.60 0.22 0 0.30
HSL 202.08º 0.42% 0.49% -
HSV(B) 202.08º 0.6% 0.7% -
XYZ 19.94 23.06 45.52 -
YUV 123.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 72 139 178 0.60 0.22 0 0.30 202.08 0.42 0.49
Hex 48 8B B2 3C 16 0 1E CA 2A 31
Octal 110 213 262 74 26 0 36 312 52 61
Binary 1001000 10001011 10110010 111100 10110 0 11110 11001010 101010 110001

Color Harmonies of #488BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BB2

Black with #488BB2

Text Example


Text Example

White with #488BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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