#74819D

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

Shades of Ship Cove #74819D

Tints of Ship Cove #74819D

Color information

#74819D (or 0x74819D) is unknown color: approx Ship Cove. HEX triplet: 74, 81 and 9D. RGB value is (116,129,157). Sum of RGB (Red+Green+Blue) = 116+129+157=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #74819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74819D is #8B7E62. Grayscale: #808080. Windows color (decimal): -9141859 or 10322292. OLE color: 10322292.

HSL color Cylindrical-coordinate representation of color #74819D: hue angle of 220.98º 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 #74819D is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116129157-
CMYK0.260.1800.38
HSL220.98º17.3%53.53%-
HSV(B)220.98º26.11%61.57%-
XYZ21.1421.8535-
YUV128.3144.19119.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=28.86%
G=32.09%
B=39.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161291570.260.1800.38220.9817.353.53
Hex74819D1A12026dd1136
Octal16420123532220463352166
Binary11101001000000110011101110101001001001101101110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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