#73799B

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

Shades of Ship Cove #73799B

Tints of Ship Cove #73799B

Color information

#73799B (or 0x73799B) is unknown color: approx Ship Cove. HEX triplet: 73, 79 and 9B. RGB value is (115,121,155). Sum of RGB (Red+Green+Blue) = 115+121+155=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #73799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73799B is #8C8664. Grayscale: #7A7A7A. Windows color (decimal): -9209445 or 10189171. OLE color: 10189171.

HSL color Cylindrical-coordinate representation of color #73799B: hue angle of 231º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73799B is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115121155-
CMYK0.260.2200.39
HSL231º16.67%52.94%-
HSV(B)231º25.81%60.78%-
XYZ19.8219.6933.77-
YUV123.08146.01122.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=29.41%
G=30.95%
B=39.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151211550.260.2200.3923116.6752.94
Hex73799B1A16027e71135
Octal16317123332260473472165
Binary1110011111100110011011110101011001001111110011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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