#48999A

Color #48999A Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #48999A

Tints of Blue Chill #48999A

Color information

#48999A (or 0x48999A) is unknown color: approx Blue Chill. HEX triplet: 48, 99 and 9A. RGB value is (72,153,154). Sum of RGB (Red+Green+Blue) = 72+153+154=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #48999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48999A is #B76665. Grayscale: #808080. Windows color (decimal): -12019302 or 10131784. OLE color: 10131784.

HSL color Cylindrical-coordinate representation of color #48999A: hue angle of 180.73º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48999A is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72153154-
CMYK0.530.0100.40
HSL180.73º36.28%44.31%-
HSV(B)180.73º53.25%60.39%-
XYZ19.926.4934.64-
YUV128.9142.1687.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=19.00%
G=40.37%
B=40.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721531540.530.0100.40180.7336.2844.31
Hex48999A351028b5242c
Octal1102312326510502654454
Binary100100010011001100110101101011010100010110101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48999A; }

 p { color: rgb(72,153,154); }

 H1.HeaderClassName
 {
   color: #48999A;
 }
 .AnyTagClassName
 {
   color: #48999A;
 }
</style>
background-color css

<style>
 a { background-color: #48999A; }

 a { background-color: rgb(72,153,154); }

 div.DivClassName
 {
   background-color: #48999A;
 }
 .BgClassName
 {
   background-color: #48999A;
 }
</style>
border-color css

<style>
 span { border-color: #48999A; }

 span { border-color: rgb(72,153,154); }

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