#74789B

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

Shades of Ship Cove #74789B

Tints of Ship Cove #74789B

Color information

#74789B (or 0x74789B) is unknown color: approx Ship Cove. HEX triplet: 74, 78 and 9B. RGB value is (116,120,155). Sum of RGB (Red+Green+Blue) = 116+120+155=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 120 (47.27% from 255 or 30.69% 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 #74789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74789B is #8B8764. Grayscale: #7A7A7A. Windows color (decimal): -9144165 or 10188916. OLE color: 10188916.

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

Color convert

RGB116120155-
CMYK0.250.2300.39
HSL233.85º16.32%53.14%-
HSV(B)233.85º25.16%60.78%-
XYZ19.8419.5133.73-
YUV122.79146.17123.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=29.67%
G=30.69%
B=39.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161201550.250.2300.39233.8516.3253.14
Hex74789B1917027ea1035
Octal16417023331270473522065
Binary1110100111100010011011110011011101001111110101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,120,155); }

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

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

 a { background-color: rgb(116,120,155); }

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

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

 span { border-color: rgb(116,120,155); }

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