#469798

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

Shades of Blue Chill #469798

Tints of Blue Chill #469798

Color information

#469798 (or 0x469798) is unknown color: approx Blue Chill. HEX triplet: 46, 97 and 98. RGB value is (70,151,152). Sum of RGB (Red+Green+Blue) = 70+151+152=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #469798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469798 is #B96867. Grayscale: #7E7E7E. Windows color (decimal): -12150888 or 10000198. OLE color: 10000198.

HSL color Cylindrical-coordinate representation of color #469798: hue angle of 180.73º 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 #469798 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70151152-
CMYK0.540.0100.40
HSL180.73º36.94%43.53%-
HSV(B)180.73º53.95%59.61%-
XYZ19.2625.733.65-
YUV126.9142.1687.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=18.77%
G=40.48%
B=40.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701511520.540.0100.40180.7336.9443.53
Hex469798361028b5252c
Octal1062272306610502654554
Binary100011010010111100110001101101010100010110101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469798; }

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

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

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

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

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

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

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

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