Html Css Color HEX #747BA9 Ship Cove

📋 copy color: '#747BA9'

red 116 ◦ green 123 ◦ blue 169

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

Shades of Ship Cove #747BA9

Tints of Ship Cove #747BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.42%

R = 28.43%
G = 30.15%
B = 41.42%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#747BA9 (or 0x747BA9) is known color: Ship Cove. HEX triplet: 74, 7B and A9. RGB value is (116,123,169). Sum of RGB (Red+Green+Blue) = 116+123+169=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #747BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BA9 is #8B8456. Grayscale: #7D7D7D. Windows color (decimal): -9143383 or 11107188. OLE color: 11107188.

HSL color Cylindrical-coordinate representation of color #747BA9: hue angle of 232.08º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747BA9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 123 169 -
CMYK 0.31 0.27 0 0.34
HSL 232.08º 0.24% 0.56% -
HSV(B) 232.08º 0.31% 0.66% -
XYZ 21.45 20.74 40.41 -
YUV 126.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 116 123 169 0.31 0.27 0 0.34 232.08 0.24 0.56
Hex 74 7B A9 1F 1B 0 22 E8 18 38
Octal 164 173 251 37 33 0 42 350 30 70
Binary 1110100 1111011 10101001 11111 11011 0 100010 11101000 11000 111000

Color Harmonies of #747BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BA9

Black with #747BA9

Text Example


Text Example

White with #747BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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