Html Css Color HEX #73799E Ship Cove

📋 copy color: '#73799E'

red 115 ◦ green 121 ◦ blue 158

#73799E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #73799E

Tints of Ship Cove #73799E

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.1%

R = 29.19%
G = 30.71%
B = 40.1%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73799E (or 0x73799E) is known color: 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

RGB 115 121 158 -
CMYK 0.27 0.23 0 0.38
HSL 231.63º 0.18% 0.54% -
HSV(B) 231.63º 0.27% 0.62% -
XYZ 20.08 19.79 35.11 -
YUV 123.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 115 121 158 0.27 0.23 0 0.38 231.63 0.18 0.54
Hex 73 79 9E 1B 17 0 26 E8 12 36
Octal 163 171 236 33 27 0 46 350 22 66
Binary 1110011 1111001 10011110 11011 10111 0 100110 11101000 10010 110110

Color Harmonies of #73799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73799E

Black with #73799E

Text Example


Text Example

White with #73799E

Text Example


Text Example

HTML Codes & Css Web 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>