Html Css Color HEX #748BAB Ship Cove

📋 copy color: '#748BAB'

red 116 ◦ green 139 ◦ blue 171

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

Shades of Ship Cove #748BAB

Tints of Ship Cove #748BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.63%

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

R = 27.23%
G = 32.63%
B = 40.14%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#748BAB (or 0x748BAB) is known color: Ship Cove. HEX triplet: 74, 8B and AB. RGB value is (116,139,171). Sum of RGB (Red+Green+Blue) = 116+139+171=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #748BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748BAB is #8B7454. Grayscale: #878787. Windows color (decimal): -9139285 or 11242356. OLE color: 11242356.

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

Color convert

RGB 116 139 171 -
CMYK 0.32 0.19 0 0.33
HSL 214.91º 0.25% 0.56% -
HSV(B) 214.91º 0.32% 0.67% -
XYZ 23.79 25.12 42.12 -
YUV 135.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 116 139 171 0.32 0.19 0 0.33 214.91 0.25 0.56
Hex 74 8B AB 20 13 0 21 D7 19 38
Octal 164 213 253 40 23 0 41 327 31 70
Binary 1110100 10001011 10101011 100000 10011 0 100001 11010111 11001 111000

Color Harmonies of #748BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BAB

Black with #748BAB

Text Example


Text Example

White with #748BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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