Html Css Color HEX #748EAB Ship Cove

📋 copy color: '#748EAB'

red 116 ◦ green 142 ◦ blue 171

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

Shades of Ship Cove #748EAB

Tints of Ship Cove #748EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

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

R = 27.04%
G = 33.1%
B = 39.86%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#748EAB (or 0x748EAB) is known color: Ship Cove. HEX triplet: 74, 8E and AB. RGB value is (116,142,171). Sum of RGB (Red+Green+Blue) = 116+142+171=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #748EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748EAB is #8B7154. Grayscale: #898989. Windows color (decimal): -9138517 or 11243124. OLE color: 11243124.

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

Color convert

RGB 116 142 171 -
CMYK 0.32 0.17 0 0.33
HSL 211.64º 0.25% 0.56% -
HSV(B) 211.64º 0.32% 0.67% -
XYZ 24.23 26 42.27 -
YUV 137.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 116 142 171 0.32 0.17 0 0.33 211.64 0.25 0.56
Hex 74 8E AB 20 11 0 21 D4 19 38
Octal 164 216 253 40 21 0 41 324 31 70
Binary 1110100 10001110 10101011 100000 10001 0 100001 11010100 11001 111000

Color Harmonies of #748EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748EAB

Black with #748EAB

Text Example


Text Example

White with #748EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748EAB; }

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

 H1.HeaderClassName
 {
   color: #748EAB;
 }
 .AnyTagClassName
 {
   color: #748EAB;
 }
</style>

background-color css

<style>
 a { background-color: #748EAB; }

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

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

border-color css

<style>
 span { border-color: #748EAB; }

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

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