#292F4E

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

Shades of Lucky Point #292F4E

Tints of Lucky Point #292F4E

Color information

#292F4E (or 0x292F4E) is unknown color: approx Lucky Point. HEX triplet: 29, 2F and 4E. RGB value is (41,47,78). Sum of RGB (Red+Green+Blue) = 41+47+78=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #292F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F4E is #D6D0B1. Grayscale: #303030. Windows color (decimal): -14078130 or 5123881. OLE color: 5123881.

HSL color Cylindrical-coordinate representation of color #292F4E: hue angle of 230.27º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #292F4E is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB414778-
CMYK0.470.4000.69
HSL230.27º31.09%23.33%-
HSV(B)230.27º47.44%30.59%-
XYZ3.313.057.62-
YUV48.74144.51122.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=24.70%
G=28.31%
B=46.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4147780.470.4000.69230.2731.0923.33
Hex292F4E2F28045e61f17
Octal5157116575001053463727
Binary101001101111100111010111110100001000101111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292F4E; }

 p { color: rgb(41,47,78); }

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

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

 a { background-color: rgb(41,47,78); }

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

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

 span { border-color: rgb(41,47,78); }

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