Html Css Color HEX #7479A1 Ship Cove

📋 copy color: '#7479A1'

red 116 ◦ green 121 ◦ blue 161

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

Shades of Ship Cove #7479A1

Tints of Ship Cove #7479A1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 29.15%
G = 30.4%
B = 40.45%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7479A1 (or 0x7479A1) is known color: Ship Cove. HEX triplet: 74, 79 and A1. RGB value is (116,121,161). Sum of RGB (Red+Green+Blue) = 116+121+161=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #7479A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7479A1 is #8B865E. Grayscale: #7B7B7B. Windows color (decimal): -9143903 or 10582388. OLE color: 10582388.

HSL color Cylindrical-coordinate representation of color #7479A1: hue angle of 233.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7479A1 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 121 161 -
CMYK 0.28 0.25 0 0.37
HSL 233.33º 0.19% 0.54% -
HSV(B) 233.33º 0.28% 0.63% -
XYZ 20.47 19.96 36.49 -
YUV 124.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 116 121 161 0.28 0.25 0 0.37 233.33 0.19 0.54
Hex 74 79 A1 1C 19 0 25 E9 13 36
Octal 164 171 241 34 31 0 45 351 23 66
Binary 1110100 1111001 10100001 11100 11001 0 100101 11101001 10011 110110

Color Harmonies of #7479A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479A1

Black with #7479A1

Text Example


Text Example

White with #7479A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7479A1; }

 p { color: rgb(116,121,161); }

 H1.HeaderClassName
 {
   color: #7479A1;
 }
 .AnyTagClassName
 {
   color: #7479A1;
 }
</style>

background-color css

<style>
 a { background-color: #7479A1; }

 a { background-color: rgb(116,121,161); }

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

border-color css

<style>
 span { border-color: #7479A1; }

 span { border-color: rgb(116,121,161); }

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