Html Css Color HEX #747485 Dolphin

📋 copy color: '#747485'

red 116 ◦ green 116 ◦ blue 133

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

Shades of Dolphin #747485

Tints of Dolphin #747485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 31.78%
G = 31.78%
B = 36.44%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747485 (or 0x747485) is known color: Dolphin. HEX triplet: 74, 74 and 85. RGB value is (116,116,133). Sum of RGB (Red+Green+Blue) = 116+116+133=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #747485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747485 is #8B8B7A. Grayscale: #757575. Windows color (decimal): -9145211 or 8746100. OLE color: 8746100.

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

Color convert

RGB 116 116 133 -
CMYK 0.13 0.13 0 0.48
HSL 240º 0.07% 0.49% -
HSV(B) 240º 0.13% 0.52% -
XYZ 17.68 17.9 24.71 -
YUV 117.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 116 116 133 0.13 0.13 0 0.48 240 0.07 0.49
Hex 74 74 85 D D 0 30 F0 7 31
Octal 164 164 205 15 15 0 60 360 7 61
Binary 1110100 1110100 10000101 1101 1101 0 110000 11110000 111 110001

Color Harmonies of #747485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747485

Black with #747485

Text Example


Text Example

White with #747485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747485; }

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

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

background-color css

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

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

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

border-color css

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

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

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