Html Css Color HEX #74599E Studio

📋 copy color: '#74599E'

red 116 ◦ green 89 ◦ blue 158

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

Shades of Studio #74599E

Tints of Studio #74599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

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

R = 31.96%
G = 24.52%
B = 43.53%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74599E (or 0x74599E) is known color: Studio. HEX triplet: 74, 59 and 9E. RGB value is (116,89,158). Sum of RGB (Red+Green+Blue) = 116+89+158=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #74599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74599E is #8BA661. Grayscale: #686868. Windows color (decimal): -9152098 or 10377588. OLE color: 10377588.

HSL color Cylindrical-coordinate representation of color #74599E: hue angle of 263.48º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74599E is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 89 158 -
CMYK 0.27 0.44 0 0.38
HSL 263.48º 0.28% 0.48% -
HSV(B) 263.48º 0.44% 0.62% -
XYZ 16.95 13.33 34.03 -
YUV 104.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 116 89 158 0.27 0.44 0 0.38 263.48 0.28 0.48
Hex 74 59 9E 1B 2C 0 26 107 1C 30
Octal 164 131 236 33 54 0 46 407 34 60
Binary 1110100 1011001 10011110 11011 101100 0 100110 100000111 11100 110000

Color Harmonies of #74599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74599E

Black with #74599E

Text Example


Text Example

White with #74599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,89,158); }

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

background-color css

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

 a { background-color: rgb(116,89,158); }

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

border-color css

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

 span { border-color: rgb(116,89,158); }

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