Html Css Color HEX #748FD6 Portage

📋 copy color: '#748FD6'

red 116 ◦ green 143 ◦ blue 214

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

Shades of Portage #748FD6

Tints of Portage #748FD6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.23%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 24.52%
G = 30.23%
B = 45.24%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#748FD6 (or 0x748FD6) is known color: Portage. HEX triplet: 74, 8F and D6. RGB value is (116,143,214). Sum of RGB (Red+Green+Blue) = 116+143+214=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #748FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FD6 is #8B7029. Grayscale: #8E8E8E. Windows color (decimal): -9138218 or 14061428. OLE color: 14061428.

HSL color Cylindrical-coordinate representation of color #748FD6: hue angle of 223.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #748FD6 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 143 214 -
CMYK 0.46 0.33 0 0.16
HSL 223.47º 0.54% 0.65% -
HSV(B) 223.47º 0.46% 0.84% -
XYZ 29.16 28.21 67.53 -
YUV 143.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 116 143 214 0.46 0.33 0 0.16 223.47 0.54 0.65
Hex 74 8F D6 2E 21 0 10 DF 36 41
Octal 164 217 326 56 41 0 20 337 66 101
Binary 1110100 10001111 11010110 101110 100001 0 10000 11011111 110110 1000001

Color Harmonies of #748FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FD6

Black with #748FD6

Text Example


Text Example

White with #748FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,143,214); }

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

background-color css

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

 a { background-color: rgb(116,143,214); }

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

border-color css

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

 span { border-color: rgb(116,143,214); }

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