Html Css Color HEX #747E99 Ship Cove

📋 copy color: '#747E99'

red 116 ◦ green 126 ◦ blue 153

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

Shades of Ship Cove #747E99

Tints of Ship Cove #747E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 29.37%
G = 31.9%
B = 38.73%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#747E99 (or 0x747E99) is known color: Ship Cove. HEX triplet: 74, 7E and 99. RGB value is (116,126,153). Sum of RGB (Red+Green+Blue) = 116+126+153=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #747E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E99 is #8B8166. Grayscale: #7D7D7D. Windows color (decimal): -9142631 or 10059380. OLE color: 10059380.

HSL color Cylindrical-coordinate representation of color #747E99: hue angle of 223.78º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747E99 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 126 153 -
CMYK 0.24 0.18 0 0.4
HSL 223.78º 0.15% 0.53% -
HSV(B) 223.78º 0.24% 0.6% -
XYZ 20.41 20.93 33.1 -
YUV 126.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 116 126 153 0.24 0.18 0 0.4 223.78 0.15 0.53
Hex 74 7E 99 18 12 0 28 E0 F 35
Octal 164 176 231 30 22 0 50 340 17 65
Binary 1110100 1111110 10011001 11000 10010 0 101000 11100000 1111 110101

Color Harmonies of #747E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E99

Black with #747E99

Text Example


Text Example

White with #747E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,126,153); }

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

background-color css

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

 a { background-color: rgb(116,126,153); }

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

border-color css

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

 span { border-color: rgb(116,126,153); }

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