Html Css Color HEX #7480DB Portage

📋 copy color: '#7480DB'

red 116 ◦ green 128 ◦ blue 219

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

Shades of Portage #7480DB

Tints of Portage #7480DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 25.05%
G = 27.65%
B = 47.3%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7480DB (or 0x7480DB) is known color: Portage. HEX triplet: 74, 80 and DB. RGB value is (116,128,219). Sum of RGB (Red+Green+Blue) = 116+128+219=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #7480DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7480DB is #8B7F24. Grayscale: #868686. Windows color (decimal): -9142053 or 14385268. OLE color: 14385268.

HSL color Cylindrical-coordinate representation of color #7480DB: hue angle of 233.01º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7480DB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 128 219 -
CMYK 0.47 0.42 0 0.14
HSL 233.01º 0.59% 0.66% -
HSV(B) 233.01º 0.47% 0.86% -
XYZ 27.71 24.27 70.24 -
YUV 134.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 116 128 219 0.47 0.42 0 0.14 233.01 0.59 0.66
Hex 74 80 DB 2F 2A 0 E E9 3B 42
Octal 164 200 333 57 52 0 16 351 73 102
Binary 1110100 10000000 11011011 101111 101010 0 1110 11101001 111011 1000010

Color Harmonies of #7480DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7480DB

Black with #7480DB

Text Example


Text Example

White with #7480DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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