#747285

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

Shades of Dolphin #747285

Tints of Dolphin #747285

Color information

#747285 (or 0x747285) is unknown color: approx Dolphin. HEX triplet: 74, 72 and 85. RGB value is (116,114,133). Sum of RGB (Red+Green+Blue) = 116+114+133=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #747285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747285 is #8B8D7A. Grayscale: #747474. Windows color (decimal): -9145723 or 8745588. OLE color: 8745588.

HSL color Cylindrical-coordinate representation of color #747285: hue angle of 246.32º 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 #747285 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB116114133-
CMYK0.130.1400.48
HSL246.32º7.69%48.43%-
HSV(B)246.32º14.29%52.16%-
XYZ17.4517.4424.64-
YUV116.76137.16127.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=31.96%
G=31.40%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161141330.130.1400.48246.327.6948.43
Hex747285DE030f6830
Octal16416220515160603661060
Binary1110100111001010000101110111100110000111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747285; }

 p { color: rgb(116,114,133); }

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

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

 a { background-color: rgb(116,114,133); }

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

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

 span { border-color: rgb(116,114,133); }

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