Html Css Color HEX #747A9B Ship Cove

📋 copy color: '#747A9B'

red 116 ◦ green 122 ◦ blue 155

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

Shades of Ship Cove #747A9B

Tints of Ship Cove #747A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 29.52%
G = 31.04%
B = 39.44%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#747A9B (or 0x747A9B) is known color: Ship Cove. HEX triplet: 74, 7A and 9B. RGB value is (116,122,155). Sum of RGB (Red+Green+Blue) = 116+122+155=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #747A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A9B is #8B8564. Grayscale: #7B7B7B. Windows color (decimal): -9143653 or 10189428. OLE color: 10189428.

HSL color Cylindrical-coordinate representation of color #747A9B: hue angle of 230.77º 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 #747A9B is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 122 155 -
CMYK 0.25 0.21 0 0.39
HSL 230.77º 0.16% 0.53% -
HSV(B) 230.77º 0.25% 0.61% -
XYZ 20.08 20 33.81 -
YUV 123.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 116 122 155 0.25 0.21 0 0.39 230.77 0.16 0.53
Hex 74 7A 9B 19 15 0 27 E7 10 35
Octal 164 172 233 31 25 0 47 347 20 65
Binary 1110100 1111010 10011011 11001 10101 0 100111 11100111 10000 110101

Color Harmonies of #747A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A9B

Black with #747A9B

Text Example


Text Example

White with #747A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747A9B; }

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

 H1.HeaderClassName
 {
   color: #747A9B;
 }
 .AnyTagClassName
 {
   color: #747A9B;
 }
</style>

background-color css

<style>
 a { background-color: #747A9B; }

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

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

border-color css

<style>
 span { border-color: #747A9B; }

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

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