#74819E

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

Shades of Ship Cove #74819E

Tints of Ship Cove #74819E

Color information

#74819E (or 0x74819E) is unknown color: approx Ship Cove. HEX triplet: 74, 81 and 9E. RGB value is (116,129,158). Sum of RGB (Red+Green+Blue) = 116+129+158=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #74819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74819E is #8B7E61. Grayscale: #808080. Windows color (decimal): -9141858 or 10387828. OLE color: 10387828.

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

Color convert

RGB116129158-
CMYK0.270.1800.38
HSL221.43º17.8%53.73%-
HSV(B)221.43º26.58%61.96%-
XYZ21.2221.8835.45-
YUV128.42144.69119.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=28.78%
G=32.01%
B=39.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161291580.270.1800.38221.4317.853.73
Hex74819E1B12026dd1236
Octal16420123633220463352266
Binary11101001000000110011110110111001001001101101110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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