#459B9B

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

Shades of Blue Chill #459B9B

Tints of Blue Chill #459B9B

Color information

#459B9B (or 0x459B9B) is unknown color: approx Blue Chill. HEX triplet: 45, 9B and 9B. RGB value is (69,155,155). Sum of RGB (Red+Green+Blue) = 69+155+155=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #459B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B9B is #BA6464. Grayscale: #818181. Windows color (decimal): -12215397 or 10197829. OLE color: 10197829.

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

Color convert

RGB69155155-
CMYK0.55000.39
HSL180º38.39%43.92%-
HSV(B)180º55.48%60.78%-
XYZ20.0927.0735.18-
YUV129.29142.5185-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.21%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=18.21%
G=40.90%
B=40.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551550.55000.3918038.3943.92
Hex459B9B370027b4262c
Octal1052332336700472644654
Binary100010110011011100110111101110010011110110100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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