Html Css Color HEX #7480AD Ship Cove

📋 copy color: '#7480AD'

red 116 ◦ green 128 ◦ blue 173

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

Shades of Ship Cove #7480AD

Tints of Ship Cove #7480AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 27.82%
G = 30.7%
B = 41.49%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7480AD (or 0x7480AD) is known color: Ship Cove. HEX triplet: 74, 80 and AD. RGB value is (116,128,173). Sum of RGB (Red+Green+Blue) = 116+128+173=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #7480AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7480AD is #8B7F52. Grayscale: #818181. Windows color (decimal): -9142099 or 11370612. OLE color: 11370612.

HSL color Cylindrical-coordinate representation of color #7480AD: hue angle of 227.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7480AD is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 128 173 -
CMYK 0.33 0.26 0 0.32
HSL 227.37º 0.26% 0.57% -
HSV(B) 227.37º 0.33% 0.68% -
XYZ 22.46 22.17 42.63 -
YUV 129.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 116 128 173 0.33 0.26 0 0.32 227.37 0.26 0.57
Hex 74 80 AD 21 1A 0 20 E3 1A 39
Octal 164 200 255 41 32 0 40 343 32 71
Binary 1110100 10000000 10101101 100001 11010 0 100000 11100011 11010 111001

Color Harmonies of #7480AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7480AD

Black with #7480AD

Text Example


Text Example

White with #7480AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7480AD; }

 p { color: rgb(116,128,173); }

 H1.HeaderClassName
 {
   color: #7480AD;
 }
 .AnyTagClassName
 {
   color: #7480AD;
 }
</style>

background-color css

<style>
 a { background-color: #7480AD; }

 a { background-color: rgb(116,128,173); }

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

border-color css

<style>
 span { border-color: #7480AD; }

 span { border-color: rgb(116,128,173); }

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