#33474D

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

Shades of Big Stone #33474D

Tints of Big Stone #33474D

Color information

#33474D (or 0x33474D) is unknown color: approx Big Stone. HEX triplet: 33, 47 and 4D. RGB value is (51,71,77). Sum of RGB (Red+Green+Blue) = 51+71+77=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #33474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33474D is #CCB8B2. Grayscale: #414141. Windows color (decimal): -13416627 or 5064499. OLE color: 5064499.

HSL color Cylindrical-coordinate representation of color #33474D: hue angle of 193.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33474D is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB517177-
CMYK0.340.0800.70
HSL193.85º20.31%25.1%-
HSV(B)193.85º33.77%30.2%-
XYZ4.965.757.87-
YUV65.7134.37117.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=25.63%
G=35.68%
B=38.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5171770.340.0800.70193.8520.3125.1
Hex33474D228046c21419
Octal63107115421001063022431
Binary11001110001111001101100010100001000110110000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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