Html Css Color HEX #748DDC Portage

📋 copy color: '#748DDC'

red 116 ◦ green 141 ◦ blue 220

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

Shades of Portage #748DDC

Tints of Portage #748DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 24.32%
G = 29.56%
B = 46.12%

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

#748DDC (or 0x748DDC) is known color: Portage. HEX triplet: 74, 8D and DC. RGB value is (116,141,220). Sum of RGB (Red+Green+Blue) = 116+141+220=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #748DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DDC is #8B7223. Grayscale: #8E8E8E. Windows color (decimal): -9138724 or 14454132. OLE color: 14454132.

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

Color convert

RGB 116 141 220 -
CMYK 0.47 0.36 0 0.14
HSL 225.58º 0.6% 0.66% -
HSV(B) 225.58º 0.47% 0.86% -
XYZ 29.65 27.93 71.54 -
YUV 142.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 116 141 220 0.47 0.36 0 0.14 225.58 0.6 0.66
Hex 74 8D DC 2F 24 0 E E2 3C 42
Octal 164 215 334 57 44 0 16 342 74 102
Binary 1110100 10001101 11011100 101111 100100 0 1110 11100010 111100 1000010

Color Harmonies of #748DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DDC

Black with #748DDC

Text Example


Text Example

White with #748DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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