Html Css Color HEX #747DAC Ship Cove

📋 copy color: '#747DAC'

red 116 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #747DAC

Tints of Ship Cove #747DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 28.09%
G = 30.27%
B = 41.65%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#747DAC (or 0x747DAC) is known color: Ship Cove. HEX triplet: 74, 7D and AC. RGB value is (116,125,172). Sum of RGB (Red+Green+Blue) = 116+125+172=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #747DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DAC is #8B8253. Grayscale: #7F7F7F. Windows color (decimal): -9142868 or 11304308. OLE color: 11304308.

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

Color convert

RGB 116 125 172 -
CMYK 0.33 0.27 0 0.33
HSL 230.36º 0.25% 0.56% -
HSV(B) 230.36º 0.33% 0.67% -
XYZ 21.98 21.36 41.99 -
YUV 127.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 116 125 172 0.33 0.27 0 0.33 230.36 0.25 0.56
Hex 74 7D AC 21 1B 0 21 E6 19 38
Octal 164 175 254 41 33 0 41 346 31 70
Binary 1110100 1111101 10101100 100001 11011 0 100001 11100110 11001 111000

Color Harmonies of #747DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DAC

Black with #747DAC

Text Example


Text Example

White with #747DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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