#73799E

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

Shades of Ship Cove #73799E

Tints of Ship Cove #73799E

Color information

#73799E (or 0x73799E) is unknown color: approx Ship Cove. HEX triplet: 73, 79 and 9E. RGB value is (115,121,158). Sum of RGB (Red+Green+Blue) = 115+121+158=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #73799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73799E is #8C8661. Grayscale: #7B7B7B. Windows color (decimal): -9209442 or 10385779. OLE color: 10385779.

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

Color convert

RGB115121158-
CMYK0.270.2300.38
HSL231.63º18.14%53.53%-
HSV(B)231.63º27.22%61.96%-
XYZ20.0819.7935.11-
YUV123.42147.51121.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=29.19%
G=30.71%
B=40.10%

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
Decimal1151211580.270.2300.38231.6318.1453.53
Hex73799E1B17026e81236
Octal16317123633270463502266
Binary1110011111100110011110110111011101001101110100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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