Html Css Color HEX #748CAC Ship Cove

📋 copy color: '#748CAC'

red 116 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #748CAC

Tints of Ship Cove #748CAC

RGB

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

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

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

R = 27.1%
G = 32.71%
B = 40.19%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#748CAC (or 0x748CAC) is known color: Ship Cove. HEX triplet: 74, 8C and AC. RGB value is (116,140,172). Sum of RGB (Red+Green+Blue) = 116+140+172=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #748CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CAC is #8B7353. Grayscale: #888888. Windows color (decimal): -9139028 or 11308148. OLE color: 11308148.

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

Color convert

RGB 116 140 172 -
CMYK 0.33 0.19 0 0.33
HSL 214.29º 0.25% 0.56% -
HSV(B) 214.29º 0.33% 0.67% -
XYZ 24.03 25.45 42.68 -
YUV 136.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 116 140 172 0.33 0.19 0 0.33 214.29 0.25 0.56
Hex 74 8C AC 21 13 0 21 D6 19 38
Octal 164 214 254 41 23 0 41 326 31 70
Binary 1110100 10001100 10101100 100001 10011 0 100001 11010110 11001 111000

Color Harmonies of #748CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CAC

Black with #748CAC

Text Example


Text Example

White with #748CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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