#459B97

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

Shades of Blue Chill #459B97

Tints of Blue Chill #459B97

Color information

#459B97 (or 0x459B97) is unknown color: approx Blue Chill. HEX triplet: 45, 9B and 97. RGB value is (69,155,151). Sum of RGB (Red+Green+Blue) = 69+155+151=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #459B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B97 is #BA6468. Grayscale: #808080. Windows color (decimal): -12215401 or 9935685. OLE color: 9935685.

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

Color convert

RGB69155151-
CMYK0.5500.030.39
HSL177.21º38.39%43.92%-
HSV(B)177.21º55.48%60.78%-
XYZ19.7626.9433.44-
YUV128.83140.5185.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=18.4%
G=41.33%
B=40.27%

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
Decimal691551510.5500.030.39177.2138.3943.92
Hex459B97370327b1262c
Octal1052332276703472614654
Binary1000101100110111001011111011101110011110110001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459B97; }

 p { color: rgb(69,155,151); }

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

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

 a { background-color: rgb(69,155,151); }

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

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

 span { border-color: rgb(69,155,151); }

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