Html Css Color HEX #7491B4 Ship Cove

📋 copy color: '#7491B4'

red 116 ◦ green 145 ◦ blue 180

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

Shades of Ship Cove #7491B4

Tints of Ship Cove #7491B4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.88%

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 26.3%
G = 32.88%
B = 40.82%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7491B4 (or 0x7491B4) is known color: Ship Cove. HEX triplet: 74, 91 and B4. RGB value is (116,145,180). Sum of RGB (Red+Green+Blue) = 116+145+180=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #7491B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491B4 is #8B6E4B. Grayscale: #8C8C8C. Windows color (decimal): -9137740 or 11833716. OLE color: 11833716.

HSL color Cylindrical-coordinate representation of color #7491B4: hue angle of 212.81º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7491B4 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 145 180 -
CMYK 0.36 0.19 0 0.29
HSL 212.81º 0.3% 0.58% -
HSV(B) 212.81º 0.36% 0.71% -
XYZ 25.57 27.26 47.09 -
YUV 140.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 116 145 180 0.36 0.19 0 0.29 212.81 0.3 0.58
Hex 74 91 B4 24 13 0 1D D5 1E 3A
Octal 164 221 264 44 23 0 35 325 36 72
Binary 1110100 10010001 10110100 100100 10011 0 11101 11010101 11110 111010

Color Harmonies of #7491B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7491B4

Black with #7491B4

Text Example


Text Example

White with #7491B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7491B4; }

 p { color: rgb(116,145,180); }

 H1.HeaderClassName
 {
   color: #7491B4;
 }
 .AnyTagClassName
 {
   color: #7491B4;
 }
</style>

background-color css

<style>
 a { background-color: #7491B4; }

 a { background-color: rgb(116,145,180); }

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

border-color css

<style>
 span { border-color: #7491B4; }

 span { border-color: rgb(116,145,180); }

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