Html Css Color HEX #74499D Studio

📋 copy color: '#74499D'

red 116 ◦ green 73 ◦ blue 157

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

Shades of Studio #74499D

Tints of Studio #74499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 33.53%
G = 21.1%
B = 45.38%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74499D (or 0x74499D) is known color: Studio. HEX triplet: 74, 49 and 9D. RGB value is (116,73,157). Sum of RGB (Red+Green+Blue) = 116+73+157=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #74499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74499D is #8BB662. Grayscale: #5F5F5F. Windows color (decimal): -9156195 or 10307956. OLE color: 10307956.

HSL color Cylindrical-coordinate representation of color #74499D: hue angle of 270.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74499D is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 73 157 -
CMYK 0.26 0.54 0 0.38
HSL 270.71º 0.37% 0.45% -
HSV(B) 270.71º 0.54% 0.62% -
XYZ 15.67 10.91 33.18 -
YUV 95.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 116 73 157 0.26 0.54 0 0.38 270.71 0.37 0.45
Hex 74 49 9D 1A 36 0 26 10F 25 2D
Octal 164 111 235 32 66 0 46 417 45 55
Binary 1110100 1001001 10011101 11010 110110 0 100110 100001111 100101 101101

Color Harmonies of #74499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74499D

Black with #74499D

Text Example


Text Example

White with #74499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74499D; }

 p { color: rgb(116,73,157); }

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

background-color css

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

 a { background-color: rgb(116,73,157); }

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

border-color css

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

 span { border-color: rgb(116,73,157); }

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