#33474F

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

Shades of Big Stone #33474F

Tints of Big Stone #33474F

Color information

#33474F (or 0x33474F) is unknown color: approx Big Stone. HEX triplet: 33, 47 and 4F. RGB value is (51,71,79). Sum of RGB (Red+Green+Blue) = 51+71+79=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #33474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33474F is #CCB8B0. Grayscale: #414141. Windows color (decimal): -13416625 or 5195571. OLE color: 5195571.

HSL color Cylindrical-coordinate representation of color #33474F: hue angle of 197.14º degrees, saturation: 0.22, 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 #33474F is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB517179-
CMYK0.350.1000.69
HSL197.14º21.54%25.49%-
HSV(B)197.14º35.44%30.98%-
XYZ5.035.778.25-
YUV65.93135.37117.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=25.37%
G=35.32%
B=39.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5171790.350.1000.69197.1421.5425.49
Hex33474F23A045c51619
Octal63107117431201053052631
Binary11001110001111001111100011101001000101110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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