#469493

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

Shades of Blue Chill #469493

Tints of Blue Chill #469493

Color information

#469493 (or 0x469493) is unknown color: approx Blue Chill. HEX triplet: 46, 94 and 93. RGB value is (70,148,147). Sum of RGB (Red+Green+Blue) = 70+148+147=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #469493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469493 is #B96B6C. Grayscale: #7C7C7C. Windows color (decimal): -12151661 or 9671750. OLE color: 9671750.

HSL color Cylindrical-coordinate representation of color #469493: hue angle of 179.23º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469493 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB70148147-
CMYK0.5300.010.42
HSL179.23º35.78%42.75%-
HSV(B)179.23º52.7%58.04%-
XYZ18.3824.5931.38-
YUV124.56140.6689.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.18%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=19.18%
G=40.55%
B=40.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701481470.5300.010.42179.2335.7842.75
Hex46949335012Ab3242b
Octal1062242236501522634453
Binary100011010010100100100111101010110101010110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469493; }

 p { color: rgb(70,148,147); }

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

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

 a { background-color: rgb(70,148,147); }

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

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

 span { border-color: rgb(70,148,147); }

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