Html Css Color HEX #704462 Cosmic

📋 copy color: '#704462'

red 112 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #704462

Tints of Cosmic #704462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 40.29%
G = 24.46%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#704462 (or 0x704462) is known color: Cosmic. HEX triplet: 70, 44 and 62. RGB value is (112,68,98). Sum of RGB (Red+Green+Blue) = 112+68+98=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #704462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704462 is #8FBB9D. Grayscale: #545454. Windows color (decimal): -9419678 or 6440048. OLE color: 6440048.

HSL color Cylindrical-coordinate representation of color #704462: hue angle of 319.09º 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 #704462 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 98 -
CMYK 0 0.39 0.13 0.56
HSL 319.09º 0.24% 0.35% -
HSV(B) 319.09º 0.39% 0.44% -
XYZ 10.95 8.46 12.61 -
YUV 84.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 112 68 98 0 0.39 0.13 0.56 319.09 0.24 0.35
Hex 70 44 62 0 27 D 38 13F 18 23
Octal 160 104 142 0 47 15 70 477 30 43
Binary 1110000 1000100 1100010 0 100111 1101 111000 100111111 11000 100011

Color Harmonies of #704462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704462

Black with #704462

Text Example


Text Example

White with #704462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704462; }

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

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

background-color css

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

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

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

border-color css

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

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

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