#74799E

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

Shades of Ship Cove #74799E

Tints of Ship Cove #74799E

Color information

#74799E (or 0x74799E) is unknown color: approx Ship Cove. HEX triplet: 74, 79 and 9E. RGB value is (116,121,158). Sum of RGB (Red+Green+Blue) = 116+121+158=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #74799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74799E is #8B8661. Grayscale: #7B7B7B. Windows color (decimal): -9143906 or 10385780. OLE color: 10385780.

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

Color convert

RGB116121158-
CMYK0.270.2300.38
HSL232.86º17.8%53.73%-
HSV(B)232.86º26.58%61.96%-
XYZ20.2119.8635.12-
YUV123.72147.34122.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 158 (62.11% from 255) = 40%
R=29.37%
G=30.63%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161211580.270.2300.38232.8617.853.73
Hex74799E1B17026e91236
Octal16417123633270463512266
Binary1110100111100110011110110111011101001101110100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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