#4B9892

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

Shades of Blue Chill #4B9892

Tints of Blue Chill #4B9892

Color information

#4B9892 (or 0x4B9892) is unknown color: approx Blue Chill. HEX triplet: 4B, 98 and 92. RGB value is (75,152,146). Sum of RGB (Red+Green+Blue) = 75+152+146=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #4B9892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9892 is #B4676D. Grayscale: #808080. Windows color (decimal): -11822958 or 9607243. OLE color: 9607243.

HSL color Cylindrical-coordinate representation of color #4B9892: hue angle of 175.32º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9892 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB75152146-
CMYK0.5100.040.40
HSL175.32º33.92%44.51%-
HSV(B)175.32º50.66%59.61%-
XYZ19.3226.0331.2-
YUV128.29137.9989.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=20.11%
G=40.75%
B=39.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751521460.5100.040.40175.3233.9244.51
Hex4B9892330428af222d
Octal1132302226304502574255
Binary10010111001100010010010110011010010100010101111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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