Html Css Color HEX #747DAE Ship Cove

📋 copy color: '#747DAE'

red 116 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #747DAE

Tints of Ship Cove #747DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 27.95%
G = 30.12%
B = 41.93%

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

#747DAE (or 0x747DAE) is known color: Ship Cove. HEX triplet: 74, 7D and AE. RGB value is (116,125,174). Sum of RGB (Red+Green+Blue) = 116+125+174=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #747DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DAE is #8B8251. Grayscale: #7F7F7F. Windows color (decimal): -9142866 or 11435380. OLE color: 11435380.

HSL color Cylindrical-coordinate representation of color #747DAE: hue angle of 230.69º 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 #747DAE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 125 174 -
CMYK 0.33 0.28 0 0.32
HSL 230.69º 0.26% 0.57% -
HSV(B) 230.69º 0.33% 0.68% -
XYZ 22.18 21.44 43.01 -
YUV 127.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 116 125 174 0.33 0.28 0 0.32 230.69 0.26 0.57
Hex 74 7D AE 21 1C 0 20 E7 1A 39
Octal 164 175 256 41 34 0 40 347 32 71
Binary 1110100 1111101 10101110 100001 11100 0 100000 11100111 11010 111001

Color Harmonies of #747DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DAE

Black with #747DAE

Text Example


Text Example

White with #747DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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