#469C97

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

Shades of Blue Chill #469C97

Tints of Blue Chill #469C97

Color information

#469C97 (or 0x469C97) is unknown color: approx Blue Chill. HEX triplet: 46, 9C and 97. RGB value is (70,156,151). Sum of RGB (Red+Green+Blue) = 70+156+151=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #469C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C97 is #B96368. Grayscale: #818181. Windows color (decimal): -12149609 or 9935942. OLE color: 9935942.

HSL color Cylindrical-coordinate representation of color #469C97: hue angle of 176.51º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C97 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB70156151-
CMYK0.5500.030.39
HSL176.51º38.05%44.31%-
HSV(B)176.51º55.13%61.18%-
XYZ2027.3133.5-
YUV129.72140.0185.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 156 (61.33% from 255) = 41.38%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=18.57%
G=41.38%
B=40.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701561510.5500.030.39176.5138.0544.31
Hex469C97370327b1262c
Octal1062342276703472614654
Binary1000110100111001001011111011101110011110110001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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