Html Css Color HEX #7490DA Portage

📋 copy color: '#7490DA'

red 116 ◦ green 144 ◦ blue 218

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

Shades of Portage #7490DA

Tints of Portage #7490DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 24.27%
G = 30.13%
B = 45.61%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7490DA (or 0x7490DA) is known color: Portage. HEX triplet: 74, 90 and DA. RGB value is (116,144,218). Sum of RGB (Red+Green+Blue) = 116+144+218=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #7490DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490DA is #8B6F25. Grayscale: #8F8F8F. Windows color (decimal): -9137958 or 14323828. OLE color: 14323828.

HSL color Cylindrical-coordinate representation of color #7490DA: hue angle of 223.53º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7490DA is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 144 218 -
CMYK 0.47 0.34 0 0.15
HSL 223.53º 0.58% 0.65% -
HSV(B) 223.53º 0.47% 0.85% -
XYZ 29.83 28.72 70.3 -
YUV 144.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 116 144 218 0.47 0.34 0 0.15 223.53 0.58 0.65
Hex 74 90 DA 2F 22 0 F E0 3A 41
Octal 164 220 332 57 42 0 17 340 72 101
Binary 1110100 10010000 11011010 101111 100010 0 1111 11100000 111010 1000001

Color Harmonies of #7490DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490DA

Black with #7490DA

Text Example


Text Example

White with #7490DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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