#282B49

Color #282B49 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #282B49

Tints of Lucky Point #282B49

Color information

#282B49 (or 0x282B49) is unknown color: approx Lucky Point. HEX triplet: 28, 2B and 49. RGB value is (40,43,73). Sum of RGB (Red+Green+Blue) = 40+43+73=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #282B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B49 is #D7D4B6. Grayscale: #2D2D2D. Windows color (decimal): -14144695 or 4795176. OLE color: 4795176.

HSL color Cylindrical-coordinate representation of color #282B49: hue angle of 234.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #282B49 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB404373-
CMYK0.450.4100.71
HSL234.55º29.2%22.16%-
HSV(B)234.55º45.21%28.63%-
XYZ2.942.666.66-
YUV45.52143.51124.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=25.64%
G=27.56%
B=46.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4043730.450.4100.71234.5529.222.16
Hex282B492D29047eb1d16
Octal5053111555101073533526
Binary101000101011100100110110110100101000111111010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282B49; }

 p { color: rgb(40,43,73); }

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

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

 a { background-color: rgb(40,43,73); }

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

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

 span { border-color: rgb(40,43,73); }

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