Html Css Color HEX #70459B Studio

📋 copy color: '#70459B'

red 112 ◦ green 69 ◦ blue 155

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

Shades of Studio #70459B

Tints of Studio #70459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 33.33%
G = 20.54%
B = 46.13%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70459B (or 0x70459B) is known color: Studio. HEX triplet: 70, 45 and 9B. RGB value is (112,69,155). Sum of RGB (Red+Green+Blue) = 112+69+155=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #70459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70459B is #8FBA64. Grayscale: #5B5B5B. Windows color (decimal): -9419365 or 10175856. OLE color: 10175856.

HSL color Cylindrical-coordinate representation of color #70459B: hue angle of 270º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70459B is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 69 155 -
CMYK 0.28 0.55 0 0.39
HSL 270º 0.38% 0.44% -
HSV(B) 270º 0.55% 0.61% -
XYZ 14.73 10.07 32.18 -
YUV 91.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 112 69 155 0.28 0.55 0 0.39 270 0.38 0.44
Hex 70 45 9B 1C 37 0 27 10E 26 2C
Octal 160 105 233 34 67 0 47 416 46 54
Binary 1110000 1000101 10011011 11100 110111 0 100111 100001110 100110 101100

Color Harmonies of #70459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70459B

Black with #70459B

Text Example


Text Example

White with #70459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70459B; }

 p { color: rgb(112,69,155); }

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

background-color css

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

 a { background-color: rgb(112,69,155); }

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

border-color css

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

 span { border-color: rgb(112,69,155); }

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