#33474E

Color #33474E Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #33474E

Tints of Big Stone #33474E

Color information

#33474E (or 0x33474E) is unknown color: approx Big Stone. HEX triplet: 33, 47 and 4E. RGB value is (51,71,78). Sum of RGB (Red+Green+Blue) = 51+71+78=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 78 - color contains mainly: blue. Hex color #33474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33474E is #CCB8B1. Grayscale: #414141. Windows color (decimal): -13416626 or 5130035. OLE color: 5130035.

HSL color Cylindrical-coordinate representation of color #33474E: hue angle of 195.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33474E is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB517178-
CMYK0.350.0900.69
HSL195.56º20.93%25.29%-
HSV(B)195.56º34.62%30.59%-
XYZ4.995.768.06-
YUV65.82134.87117.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 78 (30.86% from 255) = 39%
R=25.5%
G=35.5%
B=39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5171780.350.0900.69195.5620.9325.29
Hex33474E239045c41519
Octal63107116431101053042531
Binary11001110001111001110100011100101000101110001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33474E; }

 p { color: rgb(51,71,78); }

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

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

 a { background-color: rgb(51,71,78); }

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

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

 span { border-color: rgb(51,71,78); }

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