Html Css Color HEX #748DAC Ship Cove

📋 copy color: '#748DAC'

red 116 ◦ green 141 ◦ blue 172

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

Shades of Ship Cove #748DAC

Tints of Ship Cove #748DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 27.04%
G = 32.87%
B = 40.09%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#748DAC (or 0x748DAC) is known color: Ship Cove. HEX triplet: 74, 8D and AC. RGB value is (116,141,172). Sum of RGB (Red+Green+Blue) = 116+141+172=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #748DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DAC is #8B7253. Grayscale: #888888. Windows color (decimal): -9138772 or 11308404. OLE color: 11308404.

HSL color Cylindrical-coordinate representation of color #748DAC: hue angle of 213.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748DAC is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 141 172 -
CMYK 0.33 0.18 0 0.33
HSL 213.21º 0.25% 0.56% -
HSV(B) 213.21º 0.33% 0.67% -
XYZ 24.17 25.74 42.72 -
YUV 137.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 116 141 172 0.33 0.18 0 0.33 213.21 0.25 0.56
Hex 74 8D AC 21 12 0 21 D5 19 38
Octal 164 215 254 41 22 0 41 325 31 70
Binary 1110100 10001101 10101100 100001 10010 0 100001 11010101 11001 111000

Color Harmonies of #748DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DAC

Black with #748DAC

Text Example


Text Example

White with #748DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,172); }

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

background-color css

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

 a { background-color: rgb(116,141,172); }

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

border-color css

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

 span { border-color: rgb(116,141,172); }

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