#749280

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

Shades of Oxley #749280

Tints of Oxley #749280

Color information

#749280 (or 0x749280) is unknown color: approx Oxley. HEX triplet: 74, 92 and 80. RGB value is (116,146,128). Sum of RGB (Red+Green+Blue) = 116+146+128=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #749280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749280 is #8B6D7F. Grayscale: #878787. Windows color (decimal): -9137536 or 8426100. OLE color: 8426100.

HSL color Cylindrical-coordinate representation of color #749280: hue angle of 144º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749280 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB116146128-
CMYK0.2100.120.43
HSL144º12.1%51.37%-
HSV(B)144º20.55%57.25%-
XYZ21.3825.8324.28-
YUV134.98124.06114.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=29.74%
G=37.44%
B=32.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461280.2100.120.4314412.151.37
Hex749280150C2B90c33
Octal16422220025014532201463
Binary111010010010010100000001010101100101011100100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749280; }

 p { color: rgb(116,146,128); }

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

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

 a { background-color: rgb(116,146,128); }

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

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

 span { border-color: rgb(116,146,128); }

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