#459199

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

Shades of Blue Chill #459199

Tints of Blue Chill #459199

Color information

#459199 (or 0x459199) is unknown color: approx Blue Chill. HEX triplet: 45, 91 and 99. RGB value is (69,145,153). Sum of RGB (Red+Green+Blue) = 69+145+153=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #459199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459199 is #BA6E66. Grayscale: #7B7B7B. Windows color (decimal): -12217959 or 10064197. OLE color: 10064197.

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

Color convert

RGB69145153-
CMYK0.550.0500.4
HSL185.71º37.84%43.53%-
HSV(B)185.71º54.9%60%-
XYZ18.3323.8233.77-
YUV123.19144.8289.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=18.80%
G=39.51%
B=41.69%

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
Decimal691451530.550.0500.4185.7137.8443.53
Hex459199375028ba262c
Octal1052212316750502724654
Binary10001011001000110011001110111101010100010111010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459199; }

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

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

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

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

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

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

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

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