#33464D

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

Shades of Big Stone #33464D

Tints of Big Stone #33464D

Color information

#33464D (or 0x33464D) is unknown color: approx Big Stone. HEX triplet: 33, 46 and 4D. RGB value is (51,70,77). Sum of RGB (Red+Green+Blue) = 51+70+77=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #33464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33464D is #CCB9B2. Grayscale: #414141. Windows color (decimal): -13416883 or 5064243. OLE color: 5064243.

HSL color Cylindrical-coordinate representation of color #33464D: hue angle of 196.15º 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 #33464D is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB517077-
CMYK0.340.0900.70
HSL196.15º20.31%25.1%-
HSV(B)196.15º33.77%30.2%-
XYZ4.895.627.85-
YUV65.12134.71117.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=25.76%
G=35.35%
B=38.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5170770.340.0900.70196.1520.3125.1
Hex33464D229046c41419
Octal63106115421101063042431
Binary11001110001101001101100010100101000110110001001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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