#748BDD

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

Shades of Portage #748BDD

Tints of Portage #748BDD

Color information

#748BDD (or 0x748BDD) is unknown color: approx Portage. HEX triplet: 74, 8B and DD. RGB value is (116,139,221). Sum of RGB (Red+Green+Blue) = 116+139+221=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #748BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BDD is #8B7422. Grayscale: #8D8D8D. Windows color (decimal): -9139235 or 14519156. OLE color: 14519156.

HSL color Cylindrical-coordinate representation of color #748BDD: hue angle of 226.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748BDD is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116139221-
CMYK0.480.3700.13
HSL226.86º60.69%66.08%-
HSV(B)226.86º47.51%86.67%-
XYZ29.4927.472.14-
YUV141.47172.88109.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.37%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=24.37%
G=29.20%
B=46.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161392210.480.3700.13226.8660.6966.08
Hex748BDD30250De33d42
Octal164213335604501534375102
Binary1110100100010111101110111000010010101101111000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,139,221); }

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

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

 a { background-color: rgb(116,139,221); }

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

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

 span { border-color: rgb(116,139,221); }

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