#72799F

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

Shades of Ship Cove #72799F

Tints of Ship Cove #72799F

Color information

#72799F (or 0x72799F) is unknown color: approx Ship Cove. HEX triplet: 72, 79 and 9F. RGB value is (114,121,159). Sum of RGB (Red+Green+Blue) = 114+121+159=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #72799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72799F is #8D8660. Grayscale: #7B7B7B. Windows color (decimal): -9274977 or 10451314. OLE color: 10451314.

HSL color Cylindrical-coordinate representation of color #72799F: hue angle of 230.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72799F is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114121159-
CMYK0.280.2400.38
HSL230.67º18.99%53.53%-
HSV(B)230.67º28.3%62.35%-
XYZ20.0319.7635.56-
YUV123.24148.18121.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=28.93%
G=30.71%
B=40.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141211590.280.2400.38230.6718.9953.53
Hex72799F1C18026e71336
Octal16217123734300463472366
Binary1110010111100110011111111001100001001101110011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72799F; }

 p { color: rgb(114,121,159); }

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

<style>
 a { background-color: #72799F; }

 a { background-color: rgb(114,121,159); }

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

<style>
 span { border-color: #72799F; }

 span { border-color: rgb(114,121,159); }

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