Html Css Color HEX #488D8A Blue Chill

📋 copy color: '#488D8A'

red 72 ◦ green 141 ◦ blue 138

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

Shades of Blue Chill #488D8A

Tints of Blue Chill #488D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 20.51%
G = 40.17%
B = 39.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#488D8A (or 0x488D8A) is known color: Blue Chill. HEX triplet: 48, 8D and 8A. RGB value is (72,141,138). Sum of RGB (Red+Green+Blue) = 72+141+138=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #488D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D8A is #B77275. Grayscale: #777777. Windows color (decimal): -12022390 or 9080136. OLE color: 9080136.

HSL color Cylindrical-coordinate representation of color #488D8A: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D8A is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 138 -
CMYK 0.49 0 0.02 0.45
HSL 177.39º 0.32% 0.42% -
HSV(B) 177.39º 0.49% 0.55% -
XYZ 16.78 22.26 27.46 -
YUV 120.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 72 141 138 0.49 0 0.02 0.45 177.39 0.32 0.42
Hex 48 8D 8A 31 0 2 2D B1 20 2A
Octal 110 215 212 61 0 2 55 261 40 52
Binary 1001000 10001101 10001010 110001 0 10 101101 10110001 100000 101010

Color Harmonies of #488D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D8A

Black with #488D8A

Text Example


Text Example

White with #488D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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