Html Css Color HEX #748AAB Ship Cove

📋 copy color: '#748AAB'

red 116 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #748AAB

Tints of Ship Cove #748AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

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

R = 27.29%
G = 32.47%
B = 40.24%

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

#748AAB (or 0x748AAB) is known color: Ship Cove. HEX triplet: 74, 8A and AB. RGB value is (116,138,171). Sum of RGB (Red+Green+Blue) = 116+138+171=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #748AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748AAB is #8B7554. Grayscale: #878787. Windows color (decimal): -9139541 or 11242100. OLE color: 11242100.

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

Color convert

RGB 116 138 171 -
CMYK 0.32 0.19 0 0.33
HSL 216º 0.25% 0.56% -
HSV(B) 216º 0.32% 0.67% -
XYZ 23.64 24.83 42.07 -
YUV 135.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 116 138 171 0.32 0.19 0 0.33 216 0.25 0.56
Hex 74 8A AB 20 13 0 21 D8 19 38
Octal 164 212 253 40 23 0 41 330 31 70
Binary 1110100 10001010 10101011 100000 10011 0 100001 11011000 11001 111000

Color Harmonies of #748AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AAB

Black with #748AAB

Text Example


Text Example

White with #748AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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