Html Css Color HEX #748DDB Portage

📋 copy color: '#748DDB'

red 116 ◦ green 141 ◦ blue 219

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

Shades of Portage #748DDB

Tints of Portage #748DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.62%

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

R = 24.37%
G = 29.62%
B = 46.01%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#748DDB (or 0x748DDB) is known color: Portage. HEX triplet: 74, 8D and DB. RGB value is (116,141,219). Sum of RGB (Red+Green+Blue) = 116+141+219=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #748DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DDB is #8B7224. Grayscale: #8E8E8E. Windows color (decimal): -9138725 or 14388596. OLE color: 14388596.

HSL color Cylindrical-coordinate representation of color #748DDB: hue angle of 225.44º 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 #748DDB is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 141 219 -
CMYK 0.47 0.36 0 0.14
HSL 225.44º 0.59% 0.66% -
HSV(B) 225.44º 0.47% 0.86% -
XYZ 29.51 27.88 70.84 -
YUV 142.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 116 141 219 0.47 0.36 0 0.14 225.44 0.59 0.66
Hex 74 8D DB 2F 24 0 E E1 3B 42
Octal 164 215 333 57 44 0 16 341 73 102
Binary 1110100 10001101 11011011 101111 100100 0 1110 11100001 111011 1000010

Color Harmonies of #748DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DDB

Black with #748DDB

Text Example


Text Example

White with #748DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748DDB; }

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

 H1.HeaderClassName
 {
   color: #748DDB;
 }
 .AnyTagClassName
 {
   color: #748DDB;
 }
</style>

background-color css

<style>
 a { background-color: #748DDB; }

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

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

border-color css

<style>
 span { border-color: #748DDB; }

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

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