#748cda

Color #748CDA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #748CDA

Tints of Portage #748CDA

Color information

#748CDA (or 0x748CDA) is unknown color: approx Portage. HEX triplet: 74, 8C and DA. RGB value is (116,140,218). Sum of RGB (Red+Green+Blue) = 116+140+218=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #748CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CDA is #8B7325. Grayscale: #8D8D8D. Windows color (decimal): -9138982 or 14322804. OLE color: 14322804.

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

Color convert

RGB116140218-
CMYK0.470.3600.15
HSL225.88º57.95%65.49%-
HSV(B)225.88º46.79%85.49%-
XYZ29.2427.5370.1-
YUV141.72171.05109.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.47%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=24.47%
G=29.54%
B=45.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161402180.470.3600.15225.8857.9565.49
Hex748CDA2F240Fe23a41
Octal164214332574401734272101
Binary1110100100011001101101010111110010001111111000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748cda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #748cda;
 }
 .AnyTagClassName
 {
   color: #748cda;
 }
</style>
background-color css

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

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

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

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

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

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