Html Css Color HEX #747BAB Ship Cove

📋 copy color: '#747BAB'

red 116 ◦ green 123 ◦ blue 171

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

Shades of Ship Cove #747BAB

Tints of Ship Cove #747BAB

RGB

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

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

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

R = 28.29%
G = 30%
B = 41.71%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#747BAB (or 0x747BAB) is known color: Ship Cove. HEX triplet: 74, 7B and AB. RGB value is (116,123,171). Sum of RGB (Red+Green+Blue) = 116+123+171=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #747BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BAB is #8B8454. Grayscale: #7E7E7E. Windows color (decimal): -9143381 or 11238260. OLE color: 11238260.

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

Color convert

RGB 116 123 171 -
CMYK 0.32 0.28 0 0.33
HSL 232.36º 0.25% 0.56% -
HSV(B) 232.36º 0.32% 0.67% -
XYZ 21.64 20.82 41.41 -
YUV 126.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 116 123 171 0.32 0.28 0 0.33 232.36 0.25 0.56
Hex 74 7B AB 20 1C 0 21 E8 19 38
Octal 164 173 253 40 34 0 41 350 31 70
Binary 1110100 1111011 10101011 100000 11100 0 100001 11101000 11001 111000

Color Harmonies of #747BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BAB

Black with #747BAB

Text Example


Text Example

White with #747BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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