#459B9F

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

Shades of Blue Chill #459B9F

Tints of Blue Chill #459B9F

Color information

#459B9F (or 0x459B9F) is unknown color: approx Blue Chill. HEX triplet: 45, 9B and 9F. RGB value is (69,155,159). Sum of RGB (Red+Green+Blue) = 69+155+159=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #459B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B9F is #BA6460. Grayscale: #818181. Windows color (decimal): -12215393 or 10459973. OLE color: 10459973.

HSL color Cylindrical-coordinate representation of color #459B9F: hue angle of 182.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459B9F is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69155159-
CMYK0.570.0300.38
HSL182.67º39.47%44.71%-
HSV(B)182.67º56.6%62.35%-
XYZ20.4327.2136.98-
YUV129.74144.5184.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=18.02%
G=40.47%
B=41.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691551590.570.0300.38182.6739.4744.71
Hex459B9F393026b7272d
Octal1052332377130462674755
Binary1000101100110111001111111100111010011010110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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