Html Css Color HEX #704465 Cosmic

📋 copy color: '#704465'

red 112 ◦ green 68 ◦ blue 101

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

Shades of Cosmic #704465

Tints of Cosmic #704465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 39.86%
G = 24.2%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704465 (or 0x704465) is known color: Cosmic. HEX triplet: 70, 44 and 65. RGB value is (112,68,101). Sum of RGB (Red+Green+Blue) = 112+68+101=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704465 is #8FBB9A. Grayscale: #545454. Windows color (decimal): -9419675 or 6636656. OLE color: 6636656.

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

Color convert

RGB 112 68 101 -
CMYK 0 0.39 0.10 0.56
HSL 315º 0.24% 0.35% -
HSV(B) 315º 0.39% 0.44% -
XYZ 11.1 8.52 13.37 -
YUV 84.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 112 68 101 0 0.39 0.10 0.56 315 0.24 0.35
Hex 70 44 65 0 27 A 38 13B 18 23
Octal 160 104 145 0 47 12 70 473 30 43
Binary 1110000 1000100 1100101 0 100111 1010 111000 100111011 11000 100011

Color Harmonies of #704465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704465

Black with #704465

Text Example


Text Example

White with #704465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704465; }

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

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

background-color css

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

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

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

border-color css

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

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

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