#469998

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

Shades of Blue Chill #469998

Tints of Blue Chill #469998

Color information

#469998 (or 0x469998) is unknown color: approx Blue Chill. HEX triplet: 46, 99 and 98. RGB value is (70,153,152). Sum of RGB (Red+Green+Blue) = 70+153+152=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #469998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469998 is #B96667. Grayscale: #7F7F7F. Windows color (decimal): -12150376 or 10000710. OLE color: 10000710.

HSL color Cylindrical-coordinate representation of color #469998: hue angle of 179.28º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469998 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB70153152-
CMYK0.5400.010.4
HSL179.28º37.22%43.73%-
HSV(B)179.28º54.25%60%-
XYZ19.5826.3533.76-
YUV128.07141.586.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=18.67%
G=40.8%
B=40.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531520.5400.010.4179.2837.2243.73
Hex469998360128b3252c
Octal1062312306601502634554
Binary100011010011001100110001101100110100010110011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469998; }

 p { color: rgb(70,153,152); }

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

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

 a { background-color: rgb(70,153,152); }

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

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

 span { border-color: rgb(70,153,152); }

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