Html Css Color HEX #74469F Studio

📋 copy color: '#74469F'

red 116 ◦ green 70 ◦ blue 159

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

Shades of Studio #74469F

Tints of Studio #74469F

RGB

 RED value IS 116 (45.7% from 255) = 33.62%

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

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 33.62%
G = 20.29%
B = 46.09%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74469F (or 0x74469F) is known color: Studio. HEX triplet: 74, 46 and 9F. RGB value is (116,70,159). Sum of RGB (Red+Green+Blue) = 116+70+159=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #74469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74469F is #8BB960. Grayscale: #5D5D5D. Windows color (decimal): -9156961 or 10438260. OLE color: 10438260.

HSL color Cylindrical-coordinate representation of color #74469F: hue angle of 271.01º 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 #74469F is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 70 159 -
CMYK 0.27 0.56 0 0.38
HSL 271.01º 0.39% 0.45% -
HSV(B) 271.01º 0.56% 0.62% -
XYZ 15.65 10.6 34.02 -
YUV 93.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 116 70 159 0.27 0.56 0 0.38 271.01 0.39 0.45
Hex 74 46 9F 1B 38 0 26 10F 27 2D
Octal 164 106 237 33 70 0 46 417 47 55
Binary 1110100 1000110 10011111 11011 111000 0 100110 100001111 100111 101101

Color Harmonies of #74469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74469F

Black with #74469F

Text Example


Text Example

White with #74469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74469F; }

 p { color: rgb(116,70,159); }

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

background-color css

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

 a { background-color: rgb(116,70,159); }

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

border-color css

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

 span { border-color: rgb(116,70,159); }

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