Html Css Color HEX #747EAE Ship Cove

📋 copy color: '#747EAE'

red 116 ◦ green 126 ◦ blue 174

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

Shades of Ship Cove #747EAE

Tints of Ship Cove #747EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 27.88%
G = 30.29%
B = 41.83%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#747EAE (or 0x747EAE) is known color: Ship Cove. HEX triplet: 74, 7E and AE. RGB value is (116,126,174). Sum of RGB (Red+Green+Blue) = 116+126+174=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #747EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747EAE is #8B8151. Grayscale: #808080. Windows color (decimal): -9142610 or 11435636. OLE color: 11435636.

HSL color Cylindrical-coordinate representation of color #747EAE: hue angle of 229.66º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747EAE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 126 174 -
CMYK 0.33 0.28 0 0.32
HSL 229.66º 0.26% 0.57% -
HSV(B) 229.66º 0.33% 0.68% -
XYZ 22.3 21.69 43.06 -
YUV 128.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 116 126 174 0.33 0.28 0 0.32 229.66 0.26 0.57
Hex 74 7E AE 21 1C 0 20 E6 1A 39
Octal 164 176 256 41 34 0 40 346 32 71
Binary 1110100 1111110 10101110 100001 11100 0 100000 11100110 11010 111001

Color Harmonies of #747EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EAE

Black with #747EAE

Text Example


Text Example

White with #747EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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