Html Css Color HEX #704463 Cosmic

📋 copy color: '#704463'

red 112 ◦ green 68 ◦ blue 99

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

Shades of Cosmic #704463

Tints of Cosmic #704463

RGB

 RED value IS 112 (44.14% from 255) = 40.14%

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 40.14%
G = 24.37%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704463 (or 0x704463) is known color: Cosmic. HEX triplet: 70, 44 and 63. RGB value is (112,68,99). Sum of RGB (Red+Green+Blue) = 112+68+99=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704463 is #8FBB9C. Grayscale: #545454. Windows color (decimal): -9419677 or 6505584. OLE color: 6505584.

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

Color convert

RGB 112 68 99 -
CMYK 0 0.39 0.12 0.56
HSL 317.73º 0.24% 0.35% -
HSV(B) 317.73º 0.39% 0.44% -
XYZ 11 8.48 12.86 -
YUV 84.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 112 68 99 0 0.39 0.12 0.56 317.73 0.24 0.35
Hex 70 44 63 0 27 C 38 13E 18 23
Octal 160 104 143 0 47 14 70 476 30 43
Binary 1110000 1000100 1100011 0 100111 1100 111000 100111110 11000 100011

Color Harmonies of #704463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704463

Black with #704463

Text Example


Text Example

White with #704463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704463; }

 p { color: rgb(112,68,99); }

 H1.HeaderClassName
 {
   color: #704463;
 }
 .AnyTagClassName
 {
   color: #704463;
 }
</style>

background-color css

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

 a { background-color: rgb(112,68,99); }

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

border-color css

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

 span { border-color: rgb(112,68,99); }

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