Html Css Color HEX #748DDA Portage

📋 copy color: '#748DDA'

red 116 ◦ green 141 ◦ blue 218

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

Shades of Portage #748DDA

Tints of Portage #748DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 24.42%
G = 29.68%
B = 45.89%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#748DDA (or 0x748DDA) is known color: Portage. HEX triplet: 74, 8D and DA. RGB value is (116,141,218). Sum of RGB (Red+Green+Blue) = 116+141+218=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #748DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DDA is #8B7225. Grayscale: #8D8D8D. Windows color (decimal): -9138726 or 14323060. OLE color: 14323060.

HSL color Cylindrical-coordinate representation of color #748DDA: hue angle of 225.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748DDA is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 141 218 -
CMYK 0.47 0.35 0 0.15
HSL 225.29º 0.58% 0.65% -
HSV(B) 225.29º 0.47% 0.85% -
XYZ 29.38 27.82 70.15 -
YUV 142.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 116 141 218 0.47 0.35 0 0.15 225.29 0.58 0.65
Hex 74 8D DA 2F 23 0 F E1 3A 41
Octal 164 215 332 57 43 0 17 341 72 101
Binary 1110100 10001101 11011010 101111 100011 0 1111 11100001 111010 1000001

Color Harmonies of #748DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DDA

Black with #748DDA

Text Example


Text Example

White with #748DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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