#704262

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

Shades of Cosmic #704262

Tints of Cosmic #704262

Color information

#704262 (or 0x704262) is unknown color: approx Cosmic. HEX triplet: 70, 42 and 62. RGB value is (112,66,98). Sum of RGB (Red+Green+Blue) = 112+66+98=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #704262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704262 is #8FBD9D. Grayscale: #535353. Windows color (decimal): -9420190 or 6439536. OLE color: 6439536.

HSL color Cylindrical-coordinate representation of color #704262: hue angle of 318.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704262 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1126698-
CMYK00.410.130.56
HSL318.26º25.84%34.9%-
HSV(B)318.26º41.07%43.92%-
XYZ10.838.2212.57-
YUV83.4136.24148.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=40.58%
G=23.91%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112669800.410.130.56318.2625.8434.9
Hex704262029D3813e1a23
Octal16010214205115704763243
Binary1110000100001011000100101001110111100010011111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704262; }

 p { color: rgb(112,66,98); }

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

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

 a { background-color: rgb(112,66,98); }

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

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

 span { border-color: rgb(112,66,98); }

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