Html Css Color HEX #748DD4 Portage

📋 copy color: '#748DD4'

red 116 ◦ green 141 ◦ blue 212

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

Shades of Portage #748DD4

Tints of Portage #748DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.2%

R = 24.73%
G = 30.06%
B = 45.2%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#748DD4 (or 0x748DD4) is known color: Portage. HEX triplet: 74, 8D and D4. RGB value is (116,141,212). Sum of RGB (Red+Green+Blue) = 116+141+212=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #748DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DD4 is #8B722B. Grayscale: #8D8D8D. Windows color (decimal): -9138732 or 13929844. OLE color: 13929844.

HSL color Cylindrical-coordinate representation of color #748DD4: hue angle of 224.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #748DD4 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 141 212 -
CMYK 0.45 0.33 0 0.17
HSL 224.38º 0.53% 0.64% -
HSV(B) 224.38º 0.45% 0.83% -
XYZ 28.61 27.52 66.09 -
YUV 141.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 116 141 212 0.45 0.33 0 0.17 224.38 0.53 0.64
Hex 74 8D D4 2D 21 0 11 E0 35 40
Octal 164 215 324 55 41 0 21 340 65 100
Binary 1110100 10001101 11010100 101101 100001 0 10001 11100000 110101 1000000

Color Harmonies of #748DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DD4

Black with #748DD4

Text Example


Text Example

White with #748DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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