#459299

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

Shades of Blue Chill #459299

Tints of Blue Chill #459299

Color information

#459299 (or 0x459299) is unknown color: approx Blue Chill. HEX triplet: 45, 92 and 99. RGB value is (69,146,153). Sum of RGB (Red+Green+Blue) = 69+146+153=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #459299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459299 is #BA6D66. Grayscale: #7B7B7B. Windows color (decimal): -12217703 or 10064453. OLE color: 10064453.

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

Color convert

RGB69146153-
CMYK0.550.0500.4
HSL185º37.84%43.53%-
HSV(B)185º54.9%60%-
XYZ18.4824.1233.82-
YUV123.78144.4988.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=18.75%
G=39.67%
B=41.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691461530.550.0500.418537.8443.53
Hex459299375028b9262c
Octal1052222316750502714654
Binary10001011001001010011001110111101010100010111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459299; }

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

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

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

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

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

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

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

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