#459995

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

Shades of Blue Chill #459995

Tints of Blue Chill #459995

Color information

#459995 (or 0x459995) is unknown color: approx Blue Chill. HEX triplet: 45, 99 and 95. RGB value is (69,153,149). Sum of RGB (Red+Green+Blue) = 69+153+149=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #459995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459995 is #BA666A. Grayscale: #7F7F7F. Windows color (decimal): -12215915 or 9804101. OLE color: 9804101.

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

Color convert

RGB69153149-
CMYK0.5500.030.4
HSL177.14º37.84%43.53%-
HSV(B)177.14º54.9%60%-
XYZ19.2726.2232.48-
YUV127.43140.1786.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=18.60%
G=41.24%
B=40.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531490.5500.030.4177.1437.8443.53
Hex459995370328b1262c
Octal1052312256703502614654
Binary1000101100110011001010111011101110100010110001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459995; }

 p { color: rgb(69,153,149); }

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

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

 a { background-color: rgb(69,153,149); }

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

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

 span { border-color: rgb(69,153,149); }

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