Html Css Color HEX #747FAD Ship Cove

📋 copy color: '#747FAD'

red 116 ◦ green 127 ◦ blue 173

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

Shades of Ship Cove #747FAD

Tints of Ship Cove #747FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 27.88%
G = 30.53%
B = 41.59%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#747FAD (or 0x747FAD) is known color: Ship Cove. HEX triplet: 74, 7F and AD. RGB value is (116,127,173). Sum of RGB (Red+Green+Blue) = 116+127+173=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #747FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FAD is #8B8052. Grayscale: #808080. Windows color (decimal): -9142355 or 11370356. OLE color: 11370356.

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

Color convert

RGB 116 127 173 -
CMYK 0.33 0.27 0 0.32
HSL 228.42º 0.26% 0.57% -
HSV(B) 228.42º 0.33% 0.68% -
XYZ 22.33 21.91 42.59 -
YUV 128.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 116 127 173 0.33 0.27 0 0.32 228.42 0.26 0.57
Hex 74 7F AD 21 1B 0 20 E4 1A 39
Octal 164 177 255 41 33 0 40 344 32 71
Binary 1110100 1111111 10101101 100001 11011 0 100000 11100100 11010 111001

Color Harmonies of #747FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FAD

Black with #747FAD

Text Example


Text Example

White with #747FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,173); }

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

background-color css

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

 a { background-color: rgb(116,127,173); }

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

border-color css

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

 span { border-color: rgb(116,127,173); }

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