Html Css Color HEX #748CDC Portage

📋 copy color: '#748CDC'

red 116 ◦ green 140 ◦ blue 220

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

Shades of Portage #748CDC

Tints of Portage #748CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.41%

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

R = 24.37%
G = 29.41%
B = 46.22%

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

#748CDC (or 0x748CDC) is known color: Portage. HEX triplet: 74, 8C and DC. RGB value is (116,140,220). Sum of RGB (Red+Green+Blue) = 116+140+220=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #748CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CDC is #8B7323. Grayscale: #8D8D8D. Windows color (decimal): -9138980 or 14453876. OLE color: 14453876.

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

Color convert

RGB 116 140 220 -
CMYK 0.47 0.36 0 0.14
HSL 226.15º 0.6% 0.66% -
HSV(B) 226.15º 0.47% 0.86% -
XYZ 29.5 27.64 71.49 -
YUV 141.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 116 140 220 0.47 0.36 0 0.14 226.15 0.6 0.66
Hex 74 8C DC 2F 24 0 E E2 3C 42
Octal 164 214 334 57 44 0 16 342 74 102
Binary 1110100 10001100 11011100 101111 100100 0 1110 11100010 111100 1000010

Color Harmonies of #748CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CDC

Black with #748CDC

Text Example


Text Example

White with #748CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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