Html Css Color HEX #748AD6 Portage

📋 copy color: '#748AD6'

red 116 ◦ green 138 ◦ blue 214

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

Shades of Portage #748AD6

Tints of Portage #748AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.49%

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

R = 24.79%
G = 29.49%
B = 45.73%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#748AD6 (or 0x748AD6) is known color: Portage. HEX triplet: 74, 8A and D6. RGB value is (116,138,214). Sum of RGB (Red+Green+Blue) = 116+138+214=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #748AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AD6 is #8B7529. Grayscale: #8B8B8B. Windows color (decimal): -9139498 or 14060148. OLE color: 14060148.

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

Color convert

RGB 116 138 214 -
CMYK 0.46 0.36 0 0.16
HSL 226.53º 0.54% 0.65% -
HSV(B) 226.53º 0.46% 0.84% -
XYZ 28.43 26.75 67.28 -
YUV 140.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 116 138 214 0.46 0.36 0 0.16 226.53 0.54 0.65
Hex 74 8A D6 2E 24 0 10 E3 36 41
Octal 164 212 326 56 44 0 20 343 66 101
Binary 1110100 10001010 11010110 101110 100100 0 10000 11100011 110110 1000001

Color Harmonies of #748AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AD6

Black with #748AD6

Text Example


Text Example

White with #748AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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