#294246

Color #294246 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #294246

Tints of Outer Space #294246

Color information

#294246 (or 0x294246) is unknown color: approx Outer Space. HEX triplet: 29, 42 and 46. RGB value is (41,66,70). Sum of RGB (Red+Green+Blue) = 41+66+70=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #294246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294246 is #D6BDB9. Grayscale: #3A3A3A. Windows color (decimal): -14073274 or 4604457. OLE color: 4604457.

HSL color Cylindrical-coordinate representation of color #294246: hue angle of 188.28º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294246 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB416670-
CMYK0.410.0600.73
HSL188.28º26.13%21.76%-
HSV(B)188.28º41.43%27.45%-
XYZ3.974.816.51-
YUV58.98134.22115.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=23.16%
G=37.29%
B=39.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4166700.410.0600.73188.2826.1321.76
Hex294246296049bc1a16
Octal5110210651601112743226
Binary1010011000010100011010100111001001001101111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294246; }

 p { color: rgb(41,66,70); }

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

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

 a { background-color: rgb(41,66,70); }

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

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

 span { border-color: rgb(41,66,70); }

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