#74589D

Color #74589D Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #74589D

Tints of Studio #74589D

Color information

#74589D (or 0x74589D) is unknown color: approx Studio. HEX triplet: 74, 58 and 9D. RGB value is (116,88,157). Sum of RGB (Red+Green+Blue) = 116+88+157=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #74589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74589D is #8BA762. Grayscale: #676767. Windows color (decimal): -9152355 or 10311796. OLE color: 10311796.

HSL color Cylindrical-coordinate representation of color #74589D: hue angle of 264.35º 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 #74589D is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11688157-
CMYK0.260.4400.38
HSL264.35º28.16%48.04%-
HSV(B)264.35º43.95%61.57%-
XYZ16.7813.1333.55-
YUV104.24157.78136.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=32.13%
G=24.38%
B=43.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116881570.260.4400.38264.3528.1648.04
Hex74589D1A2C0261081c30
Octal16413023532540464103460
Binary111010010110001001110111010101100010011010000100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74589D;
 }
 .AnyTagClassName
 {
   color: #74589D;
 }
</style>
background-color css

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

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

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

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

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

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