Html Css Color HEX #747EAB Ship Cove

📋 copy color: '#747EAB'

red 116 ◦ green 126 ◦ blue 171

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

Shades of Ship Cove #747EAB

Tints of Ship Cove #747EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 28.09%
G = 30.51%
B = 41.4%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#747EAB (or 0x747EAB) is known color: Ship Cove. HEX triplet: 74, 7E and AB. RGB value is (116,126,171). Sum of RGB (Red+Green+Blue) = 116+126+171=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #747EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747EAB is #8B8154. Grayscale: #7F7F7F. Windows color (decimal): -9142613 or 11239028. OLE color: 11239028.

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

Color convert

RGB 116 126 171 -
CMYK 0.32 0.26 0 0.33
HSL 229.09º 0.25% 0.56% -
HSV(B) 229.09º 0.32% 0.67% -
XYZ 22.01 21.57 41.53 -
YUV 128.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 116 126 171 0.32 0.26 0 0.33 229.09 0.25 0.56
Hex 74 7E AB 20 1A 0 21 E5 19 38
Octal 164 176 253 40 32 0 41 345 31 70
Binary 1110100 1111110 10101011 100000 11010 0 100001 11100101 11001 111000

Color Harmonies of #747EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EAB

Black with #747EAB

Text Example


Text Example

White with #747EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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