#74799D

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

Shades of Ship Cove #74799D

Tints of Ship Cove #74799D

Color information

#74799D (or 0x74799D) is unknown color: approx Ship Cove. HEX triplet: 74, 79 and 9D. RGB value is (116,121,157). Sum of RGB (Red+Green+Blue) = 116+121+157=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #74799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74799D is #8B8662. Grayscale: #7B7B7B. Windows color (decimal): -9143907 or 10320244. OLE color: 10320244.

HSL color Cylindrical-coordinate representation of color #74799D: hue angle of 232.68º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74799D is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116121157-
CMYK0.260.2300.38
HSL232.68º17.3%53.53%-
HSV(B)232.68º26.11%61.57%-
XYZ20.1319.8234.66-
YUV123.61146.84122.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=29.44%
G=30.71%
B=39.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161211570.260.2300.38232.6817.353.53
Hex74799D1A17026e91136
Octal16417123532270463512166
Binary1110100111100110011101110101011101001101110100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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