Html Css Color HEX #747BA6 Ship Cove

📋 copy color: '#747BA6'

red 116 ◦ green 123 ◦ blue 166

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

Shades of Ship Cove #747BA6

Tints of Ship Cove #747BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.37%

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 28.64%
G = 30.37%
B = 40.99%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#747BA6 (or 0x747BA6) is known color: Ship Cove. HEX triplet: 74, 7B and A6. RGB value is (116,123,166). Sum of RGB (Red+Green+Blue) = 116+123+166=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #747BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BA6 is #8B8459. Grayscale: #7D7D7D. Windows color (decimal): -9143386 or 10910580. OLE color: 10910580.

HSL color Cylindrical-coordinate representation of color #747BA6: hue angle of 231.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747BA6 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 123 166 -
CMYK 0.30 0.26 0 0.35
HSL 231.6º 0.22% 0.55% -
HSV(B) 231.6º 0.3% 0.65% -
XYZ 21.17 20.63 38.94 -
YUV 125.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 116 123 166 0.30 0.26 0 0.35 231.6 0.22 0.55
Hex 74 7B A6 1E 1A 0 23 E8 16 37
Octal 164 173 246 36 32 0 43 350 26 67
Binary 1110100 1111011 10100110 11110 11010 0 100011 11101000 10110 110111

Color Harmonies of #747BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BA6

Black with #747BA6

Text Example


Text Example

White with #747BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,123,166); }

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

background-color css

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

 a { background-color: rgb(116,123,166); }

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

border-color css

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

 span { border-color: rgb(116,123,166); }

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