#459994

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

Shades of Blue Chill #459994

Tints of Blue Chill #459994

Color information

#459994 (or 0x459994) is unknown color: approx Blue Chill. HEX triplet: 45, 99 and 94. RGB value is (69,153,148). Sum of RGB (Red+Green+Blue) = 69+153+148=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #459994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459994 is #BA666B. Grayscale: #7F7F7F. Windows color (decimal): -12215916 or 9738565. OLE color: 9738565.

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

Color convert

RGB69153148-
CMYK0.5500.030.4
HSL176.43º37.84%43.53%-
HSV(B)176.43º54.9%60%-
XYZ19.1926.1932.06-
YUV127.31139.6786.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 148 (58.20% from 255) = 40%
R=18.65%
G=41.35%
B=40%

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
Decimal691531480.5500.030.4176.4337.8443.53
Hex459994370328b0262c
Octal1052312246703502604654
Binary1000101100110011001010011011101110100010110000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459994; }

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

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

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

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

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

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

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

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