#747184

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

Shades of Dolphin #747184

Tints of Dolphin #747184

Color information

#747184 (or 0x747184) is unknown color: approx Dolphin. HEX triplet: 74, 71 and 84. RGB value is (116,113,132). Sum of RGB (Red+Green+Blue) = 116+113+132=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #747184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747184 is #8B8E7B. Grayscale: #737373. Windows color (decimal): -9145980 or 8679796. OLE color: 8679796.

HSL color Cylindrical-coordinate representation of color #747184: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747184 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB116113132-
CMYK0.120.1400.48
HSL249.47º7.76%48.04%-
HSV(B)249.47º14.39%51.76%-
XYZ17.2717.1924.24-
YUV116.06136.99127.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=32.13%
G=31.30%
B=36.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161131320.120.1400.48249.477.7648.04
Hex747184CE030f9830
Octal16416120414160603711060
Binary1110100111000110000100110011100110000111110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747184; }

 p { color: rgb(116,113,132); }

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

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

 a { background-color: rgb(116,113,132); }

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

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

 span { border-color: rgb(116,113,132); }

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