#469D93

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

Shades of Blue Chill #469D93

Tints of Blue Chill #469D93

Color information

#469D93 (or 0x469D93) is unknown color: approx Blue Chill. HEX triplet: 46, 9D and 93. RGB value is (70,157,147). Sum of RGB (Red+Green+Blue) = 70+157+147=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #469D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D93 is #B9626C. Grayscale: #818181. Windows color (decimal): -12149357 or 9674054. OLE color: 9674054.

HSL color Cylindrical-coordinate representation of color #469D93: hue angle of 173.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D93 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB70157147-
CMYK0.5500.060.38
HSL173.1º38.33%44.51%-
HSV(B)173.1º55.41%61.57%-
XYZ19.8527.5231.87-
YUV129.85137.6885.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 157 (61.72% from 255) = 41.98%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=18.72%
G=41.98%
B=39.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701571470.5500.060.38173.138.3344.51
Hex469D93370626ad262d
Octal1062352236706462554655
Binary10001101001110110010011110111011010011010101101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469D93; }

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

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

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

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

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

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

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

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