#33474C

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

Shades of Big Stone #33474C

Tints of Big Stone #33474C

Color information

#33474C (or 0x33474C) is unknown color: approx Big Stone. HEX triplet: 33, 47 and 4C. RGB value is (51,71,76). Sum of RGB (Red+Green+Blue) = 51+71+76=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #33474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33474C is #CCB8B3. Grayscale: #414141. Windows color (decimal): -13416628 or 4998963. OLE color: 4998963.

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

Color convert

RGB517176-
CMYK0.330.0700.70
HSL192º19.69%24.9%-
HSV(B)192º32.89%29.8%-
XYZ4.925.737.68-
YUV65.59133.87117.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=25.76%
G=35.86%
B=38.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5171760.330.0700.7019219.6924.9
Hex33474C217046c01419
Octal6310711441701063002431
Binary1100111000111100110010000111101000110110000001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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