Html Css Color HEX #74789B Ship Cove

📋 copy color: '#74789B'

red 116 ◦ green 120 ◦ blue 155

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

Shades of Ship Cove #74789B

Tints of Ship Cove #74789B

RGB

 RED value IS 116 (45.7% 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 value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74789B (or 0x74789B) is known color: 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

RGB 116 120 155 -
CMYK 0.25 0.23 0 0.39
HSL 233.85º 0.16% 0.53% -
HSV(B) 233.85º 0.25% 0.61% -
XYZ 19.84 19.51 33.73 -
YUV 122.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 116 120 155 0.25 0.23 0 0.39 233.85 0.16 0.53
Hex 74 78 9B 19 17 0 27 EA 10 35
Octal 164 170 233 31 27 0 47 352 20 65
Binary 1110100 1111000 10011011 11001 10111 0 100111 11101010 10000 110101

Color Harmonies of #74789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74789B

Black with #74789B

Text Example


Text Example

White with #74789B

Text Example


Text Example

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