Html Css Color HEX #74559B Studio

📋 copy color: '#74559B'

red 116 ◦ green 85 ◦ blue 155

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

Shades of Studio #74559B

Tints of Studio #74559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

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

R = 32.58%
G = 23.88%
B = 43.54%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74559B (or 0x74559B) is known color: Studio. HEX triplet: 74, 55 and 9B. RGB value is (116,85,155). Sum of RGB (Red+Green+Blue) = 116+85+155=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #74559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74559B is #8BAA64. Grayscale: #656565. Windows color (decimal): -9153125 or 10179956. OLE color: 10179956.

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

Color convert

RGB 116 85 155 -
CMYK 0.25 0.45 0 0.39
HSL 266.57º 0.29% 0.47% -
HSV(B) 266.57º 0.45% 0.61% -
XYZ 16.37 12.58 32.58 -
YUV 102.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 116 85 155 0.25 0.45 0 0.39 266.57 0.29 0.47
Hex 74 55 9B 19 2D 0 27 10B 1D 2F
Octal 164 125 233 31 55 0 47 413 35 57
Binary 1110100 1010101 10011011 11001 101101 0 100111 100001011 11101 101111

Color Harmonies of #74559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74559B

Black with #74559B

Text Example


Text Example

White with #74559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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