Html Css Color HEX #74449B Studio

📋 copy color: '#74449B'

red 116 ◦ green 68 ◦ blue 155

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

Shades of Studio #74449B

Tints of Studio #74449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

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

R = 34.22%
G = 20.06%
B = 45.72%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74449B (or 0x74449B) is known color: Studio. HEX triplet: 74, 44 and 9B. RGB value is (116,68,155). Sum of RGB (Red+Green+Blue) = 116+68+155=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #74449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74449B is #8BBB64. Grayscale: #5B5B5B. Windows color (decimal): -9157477 or 10175604. OLE color: 10175604.

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

Color convert

RGB 116 68 155 -
CMYK 0.25 0.56 0 0.39
HSL 273.1º 0.39% 0.44% -
HSV(B) 273.1º 0.56% 0.61% -
XYZ 15.19 10.21 32.18 -
YUV 92.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 116 68 155 0.25 0.56 0 0.39 273.1 0.39 0.44
Hex 74 44 9B 19 38 0 27 111 27 2C
Octal 164 104 233 31 70 0 47 421 47 54
Binary 1110100 1000100 10011011 11001 111000 0 100111 100010001 100111 101100

Color Harmonies of #74449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74449B

Black with #74449B

Text Example


Text Example

White with #74449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,68,155); }

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

background-color css

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

 a { background-color: rgb(116,68,155); }

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

border-color css

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

 span { border-color: rgb(116,68,155); }

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