#284246

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

Shades of Outer Space #284246

Tints of Outer Space #284246

Color information

#284246 (or 0x284246) is unknown color: approx Outer Space. HEX triplet: 28, 42 and 46. RGB value is (40,66,70). Sum of RGB (Red+Green+Blue) = 40+66+70=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #284246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284246 is #D7BDB9. Grayscale: #3A3A3A. Windows color (decimal): -14138810 or 4604456. OLE color: 4604456.

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

Color convert

RGB406670-
CMYK0.430.0600.73
HSL188º27.27%21.57%-
HSV(B)188º42.86%27.45%-
XYZ3.934.796.51-
YUV58.68134.39114.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=22.73%
G=37.5%
B=39.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4066700.430.0600.7318827.2721.57
Hex2842462B6049bc1b16
Octal5010210653601112743326
Binary1010001000010100011010101111001001001101111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284246; }

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

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

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

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

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

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

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

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