#469C9B

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

Shades of Blue Chill #469C9B

Tints of Blue Chill #469C9B

Color information

#469C9B (or 0x469C9B) is unknown color: approx Blue Chill. HEX triplet: 46, 9C and 9B. RGB value is (70,156,155). Sum of RGB (Red+Green+Blue) = 70+156+155=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 156 - color contains mainly: green. Hex color #469C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C9B is #B96364. Grayscale: #828282. Windows color (decimal): -12149605 or 10198086. OLE color: 10198086.

HSL color Cylindrical-coordinate representation of color #469C9B: hue angle of 179.3º 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 #469C9B is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB70156155-
CMYK0.5500.010.39
HSL179.3º38.05%44.31%-
HSV(B)179.3º55.13%61.18%-
XYZ20.3327.4535.24-
YUV130.17142.0185.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=18.37%
G=40.94%
B=40.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701561550.5500.010.39179.338.0544.31
Hex469C9B370127b3262c
Octal1062342336701472634654
Binary100011010011100100110111101110110011110110011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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