#282446

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

Shades of Paua #282446

Tints of Paua #282446

Color information

#282446 (or 0x282446) is unknown color: approx Paua. HEX triplet: 28, 24 and 46. RGB value is (40,36,70). Sum of RGB (Red+Green+Blue) = 40+36+70=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #282446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282446 is #D7DBB9. Grayscale: #282828. Windows color (decimal): -14146490 or 4596776. OLE color: 4596776.

HSL color Cylindrical-coordinate representation of color #282446: hue angle of 247.06º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #282446 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB403670-
CMYK0.430.4900.73
HSL247.06º32.08%20.78%-
HSV(B)247.06º48.57%27.45%-
XYZ2.612.166.07-
YUV41.07144.33127.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=27.40%
G=24.66%
B=47.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4036700.430.4900.73247.0632.0820.78
Hex2824462B31049f72015
Octal5044106536101113674025
Binary1010001001001000110101011110001010010011111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282446; }

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

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

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

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

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

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

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

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