Html Css Color HEX #284246 Outer Space

📋 copy color: '#284246'

red 40 ◦ green 66 ◦ blue 70

#284246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #284246

Tints of Outer Space #284246

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 value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#284246 (or 0x284246) is known color: 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

RGB 40 66 70 -
CMYK 0.43 0.06 0 0.73
HSL 188º 0.27% 0.22% -
HSV(B) 188º 0.43% 0.27% -
XYZ 3.93 4.79 6.51 -
YUV 58.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 40 66 70 0.43 0.06 0 0.73 188 0.27 0.22
Hex 28 42 46 2B 6 0 49 BC 1B 16
Octal 50 102 106 53 6 0 111 274 33 26
Binary 101000 1000010 1000110 101011 110 0 1001001 10111100 11011 10110

Color Harmonies of #284246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284246

Black with #284246

Text Example


Text Example

White with #284246

Text Example


Text Example

HTML Codes & Css Web 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>