Html Css Color HEX #74839F Ship Cove

📋 copy color: '#74839F'

red 116 ◦ green 131 ◦ blue 159

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

Shades of Ship Cove #74839F

Tints of Ship Cove #74839F

RGB

 RED value IS 116 (45.7% from 255) = 28.57%

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 28.57%
G = 32.27%
B = 39.16%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74839F (or 0x74839F) is known color: Ship Cove. HEX triplet: 74, 83 and 9F. RGB value is (116,131,159). Sum of RGB (Red+Green+Blue) = 116+131+159=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #74839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74839F is #8B7C60. Grayscale: #818181. Windows color (decimal): -9141345 or 10453876. OLE color: 10453876.

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

Color convert

RGB 116 131 159 -
CMYK 0.27 0.18 0 0.38
HSL 219.07º 0.18% 0.54% -
HSV(B) 219.07º 0.27% 0.62% -
XYZ 21.58 22.45 36 -
YUV 129.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 116 131 159 0.27 0.18 0 0.38 219.07 0.18 0.54
Hex 74 83 9F 1B 12 0 26 DB 12 36
Octal 164 203 237 33 22 0 46 333 22 66
Binary 1110100 10000011 10011111 11011 10010 0 100110 11011011 10010 110110

Color Harmonies of #74839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74839F

Black with #74839F

Text Example


Text Example

White with #74839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,131,159); }

 H1.HeaderClassName
 {
   color: #74839F;
 }
 .AnyTagClassName
 {
   color: #74839F;
 }
</style>

background-color css

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

 a { background-color: rgb(116,131,159); }

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

border-color css

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

 span { border-color: rgb(116,131,159); }

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