Html Css Color HEX #7490B3 Ship Cove

📋 copy color: '#7490B3'

red 116 ◦ green 144 ◦ blue 179

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

Shades of Ship Cove #7490B3

Tints of Ship Cove #7490B3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.8%

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 26.42%
G = 32.8%
B = 40.77%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7490B3 (or 0x7490B3) is known color: Ship Cove. HEX triplet: 74, 90 and B3. RGB value is (116,144,179). Sum of RGB (Red+Green+Blue) = 116+144+179=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #7490B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490B3 is #8B6F4C. Grayscale: #8B8B8B. Windows color (decimal): -9137997 or 11767924. OLE color: 11767924.

HSL color Cylindrical-coordinate representation of color #7490B3: hue angle of 213.33º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7490B3 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 144 179 -
CMYK 0.35 0.20 0 0.30
HSL 213.33º 0.29% 0.58% -
HSV(B) 213.33º 0.35% 0.7% -
XYZ 25.31 26.91 46.51 -
YUV 139.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 116 144 179 0.35 0.20 0 0.30 213.33 0.29 0.58
Hex 74 90 B3 23 14 0 1E D5 1D 3A
Octal 164 220 263 43 24 0 36 325 35 72
Binary 1110100 10010000 10110011 100011 10100 0 11110 11010101 11101 111010

Color Harmonies of #7490B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490B3

Black with #7490B3

Text Example


Text Example

White with #7490B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7490B3; }

 p { color: rgb(116,144,179); }

 H1.HeaderClassName
 {
   color: #7490B3;
 }
 .AnyTagClassName
 {
   color: #7490B3;
 }
</style>

background-color css

<style>
 a { background-color: #7490B3; }

 a { background-color: rgb(116,144,179); }

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

border-color css

<style>
 span { border-color: #7490B3; }

 span { border-color: rgb(116,144,179); }

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