Html Css Color HEX #747FAB Ship Cove

📋 copy color: '#747FAB'

red 116 ◦ green 127 ◦ blue 171

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

Shades of Ship Cove #747FAB

Tints of Ship Cove #747FAB

RGB

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

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

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

R = 28.02%
G = 30.68%
B = 41.3%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#747FAB (or 0x747FAB) is known color: Ship Cove. HEX triplet: 74, 7F and AB. RGB value is (116,127,171). Sum of RGB (Red+Green+Blue) = 116+127+171=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #747FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FAB is #8B8054. Grayscale: #808080. Windows color (decimal): -9142357 or 11239284. OLE color: 11239284.

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

Color convert

RGB 116 127 171 -
CMYK 0.32 0.26 0 0.33
HSL 228º 0.25% 0.56% -
HSV(B) 228º 0.32% 0.67% -
XYZ 22.14 21.83 41.58 -
YUV 128.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 116 127 171 0.32 0.26 0 0.33 228 0.25 0.56
Hex 74 7F AB 20 1A 0 21 E4 19 38
Octal 164 177 253 40 32 0 41 344 31 70
Binary 1110100 1111111 10101011 100000 11010 0 100001 11100100 11001 111000

Color Harmonies of #747FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FAB

Black with #747FAB

Text Example


Text Example

White with #747FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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