#469E94

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

Shades of Blue Chill #469E94

Tints of Blue Chill #469E94

Color information

#469E94 (or 0x469E94) is unknown color: approx Blue Chill. HEX triplet: 46, 9E and 94. RGB value is (70,158,148). Sum of RGB (Red+Green+Blue) = 70+158+148=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #469E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E94 is #B9616B. Grayscale: #828282. Windows color (decimal): -12149100 or 9739846. OLE color: 9739846.

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

Color convert

RGB70158148-
CMYK0.5600.060.38
HSL173.18º38.6%44.71%-
HSV(B)173.18º55.7%61.96%-
XYZ20.127.8932.34-
YUV130.55137.8584.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.62%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=18.62%
G=42.02%
B=39.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701581480.5600.060.38173.1838.644.71
Hex469E94380626ad272d
Octal1062362247006462554755
Binary10001101001111010010100111000011010011010101101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469E94; }

 p { color: rgb(70,158,148); }

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

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

 a { background-color: rgb(70,158,148); }

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

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

 span { border-color: rgb(70,158,148); }

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