#282447

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

Shades of Paua #282447

Tints of Paua #282447

Color information

#282447 (or 0x282447) is unknown color: approx Paua. HEX triplet: 28, 24 and 47. RGB value is (40,36,71). Sum of RGB (Red+Green+Blue) = 40+36+71=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #282447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282447 is #D7DBB8. Grayscale: #292929. Windows color (decimal): -14146489 or 4662312. OLE color: 4662312.

HSL color Cylindrical-coordinate representation of color #282447: hue angle of 246.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #282447 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB403671-
CMYK0.440.4900.72
HSL246.86º32.71%20.98%-
HSV(B)246.86º49.3%27.84%-
XYZ2.642.176.24-
YUV41.19144.83127.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=27.21%
G=24.49%
B=48.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4036710.440.4900.72246.8632.7120.98
Hex2824472C31048f72115
Octal5044107546101103674125
Binary1010001001001000111101100110001010010001111011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282447; }

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

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

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

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

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

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

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

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