Html Css Color HEX #70469E Studio

📋 copy color: '#70469E'

red 112 ◦ green 70 ◦ blue 158

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

Shades of Studio #70469E

Tints of Studio #70469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 32.94%
G = 20.59%
B = 46.47%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70469E (or 0x70469E) is known color: Studio. HEX triplet: 70, 46 and 9E. RGB value is (112,70,158). Sum of RGB (Red+Green+Blue) = 112+70+158=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #70469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70469E is #8FB961. Grayscale: #5C5C5C. Windows color (decimal): -9419106 or 10372720. OLE color: 10372720.

HSL color Cylindrical-coordinate representation of color #70469E: hue angle of 268.64º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70469E is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 70 158 -
CMYK 0.29 0.56 0 0.38
HSL 268.64º 0.39% 0.45% -
HSV(B) 268.64º 0.56% 0.62% -
XYZ 15.04 10.29 33.54 -
YUV 92.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 112 70 158 0.29 0.56 0 0.38 268.64 0.39 0.45
Hex 70 46 9E 1D 38 0 26 10D 27 2D
Octal 160 106 236 35 70 0 46 415 47 55
Binary 1110000 1000110 10011110 11101 111000 0 100110 100001101 100111 101101

Color Harmonies of #70469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70469E

Black with #70469E

Text Example


Text Example

White with #70469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70469E; }

 p { color: rgb(112,70,158); }

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

background-color css

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

 a { background-color: rgb(112,70,158); }

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

border-color css

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

 span { border-color: rgb(112,70,158); }

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