#4B928E

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

Shades of Blue Chill #4B928E

Tints of Blue Chill #4B928E

Color information

#4B928E (or 0x4B928E) is unknown color: approx Blue Chill. HEX triplet: 4B, 92 and 8E. RGB value is (75,146,142). Sum of RGB (Red+Green+Blue) = 75+146+142=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #4B928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B928E is #B46D71. Grayscale: #7C7C7C. Windows color (decimal): -11824498 or 9343563. OLE color: 9343563.

HSL color Cylindrical-coordinate representation of color #4B928E: hue angle of 176.62º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B928E is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB75146142-
CMYK0.4900.030.43
HSL176.62º32.13%43.33%-
HSV(B)176.62º48.63%57.25%-
XYZ18.0624.0129.27-
YUV124.32137.9892.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=20.66%
G=40.22%
B=39.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751461420.4900.030.43176.6232.1343.33
Hex4B928E31032Bb1202b
Octal1132222166103532614053
Binary1001011100100101000111011000101110101110110001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B928E; }

 p { color: rgb(75,146,142); }

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

<style>
 a { background-color: #4B928E; }

 a { background-color: rgb(75,146,142); }

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

<style>
 span { border-color: #4B928E; }

 span { border-color: rgb(75,146,142); }

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