#284760

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

Shades of Arapawa #284760

Tints of Arapawa #284760

Color information

#284760 (or 0x284760) is unknown color: approx Arapawa. HEX triplet: 28, 47 and 60. RGB value is (40,71,96). Sum of RGB (Red+Green+Blue) = 40+71+96=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #284760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284760 is #D7B89F. Grayscale: #404040. Windows color (decimal): -14137504 or 6309672. OLE color: 6309672.

HSL color Cylindrical-coordinate representation of color #284760: hue angle of 206.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #284760 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB407196-
CMYK0.580.2600.62
HSL206.79º41.18%26.67%-
HSV(B)206.79º58.33%37.65%-
XYZ5.245.811.91-
YUV64.58145.73110.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=19.32%
G=34.30%
B=46.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4071960.580.2600.62206.7941.1826.67
Hex2847603A1A03Ecf291b
Octal5010714072320763175133
Binary101000100011111000001110101101001111101100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284760; }

 p { color: rgb(40,71,96); }

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

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

 a { background-color: rgb(40,71,96); }

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

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

 span { border-color: rgb(40,71,96); }

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