Html Css Color HEX #748CAB Ship Cove

📋 copy color: '#748CAB'

red 116 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #748CAB

Tints of Ship Cove #748CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 27.17%
G = 32.79%
B = 40.05%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#748CAB (or 0x748CAB) is known color: Ship Cove. HEX triplet: 74, 8C and AB. RGB value is (116,140,171). Sum of RGB (Red+Green+Blue) = 116+140+171=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #748CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CAB is #8B7354. Grayscale: #888888. Windows color (decimal): -9139029 or 11242612. OLE color: 11242612.

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

Color convert

RGB 116 140 171 -
CMYK 0.32 0.18 0 0.33
HSL 213.82º 0.25% 0.56% -
HSV(B) 213.82º 0.32% 0.67% -
XYZ 23.93 25.41 42.17 -
YUV 136.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 116 140 171 0.32 0.18 0 0.33 213.82 0.25 0.56
Hex 74 8C AB 20 12 0 21 D6 19 38
Octal 164 214 253 40 22 0 41 326 31 70
Binary 1110100 10001100 10101011 100000 10010 0 100001 11010110 11001 111000

Color Harmonies of #748CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CAB

Black with #748CAB

Text Example


Text Example

White with #748CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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