Html Css Color HEX #74559C Studio

📋 copy color: '#74559C'

red 116 ◦ green 85 ◦ blue 156

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

Shades of Studio #74559C

Tints of Studio #74559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 32.49%
G = 23.81%
B = 43.7%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74559C (or 0x74559C) is known color: Studio. HEX triplet: 74, 55 and 9C. RGB value is (116,85,156). Sum of RGB (Red+Green+Blue) = 116+85+156=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #74559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74559C is #8BAA63. Grayscale: #666666. Windows color (decimal): -9153124 or 10245492. OLE color: 10245492.

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

Color convert

RGB 116 85 156 -
CMYK 0.26 0.46 0 0.39
HSL 266.2º 0.29% 0.47% -
HSV(B) 266.2º 0.46% 0.61% -
XYZ 16.45 12.61 33.02 -
YUV 102.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 116 85 156 0.26 0.46 0 0.39 266.2 0.29 0.47
Hex 74 55 9C 1A 2E 0 27 10A 1D 2F
Octal 164 125 234 32 56 0 47 412 35 57
Binary 1110100 1010101 10011100 11010 101110 0 100111 100001010 11101 101111

Color Harmonies of #74559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74559C

Black with #74559C

Text Example


Text Example

White with #74559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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