Html Css Color HEX #748BDB Portage

📋 copy color: '#748BDB'

red 116 ◦ green 139 ◦ blue 219

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

Shades of Portage #748BDB

Tints of Portage #748BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.32%

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

R = 24.47%
G = 29.32%
B = 46.2%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#748BDB (or 0x748BDB) is known color: Portage. HEX triplet: 74, 8B and DB. RGB value is (116,139,219). Sum of RGB (Red+Green+Blue) = 116+139+219=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #748BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BDB is #8B7424. Grayscale: #8C8C8C. Windows color (decimal): -9139237 or 14388084. OLE color: 14388084.

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

Color convert

RGB 116 139 219 -
CMYK 0.47 0.37 0 0.14
HSL 226.6º 0.59% 0.66% -
HSV(B) 226.6º 0.47% 0.86% -
XYZ 29.22 27.29 70.75 -
YUV 141.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 116 139 219 0.47 0.37 0 0.14 226.6 0.59 0.66
Hex 74 8B DB 2F 25 0 E E3 3B 42
Octal 164 213 333 57 45 0 16 343 73 102
Binary 1110100 10001011 11011011 101111 100101 0 1110 11100011 111011 1000010

Color Harmonies of #748BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BDB

Black with #748BDB

Text Example


Text Example

White with #748BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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