#2F464D

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

Shades of Big Stone #2F464D

Tints of Big Stone #2F464D

Color information

#2F464D (or 0x2F464D) is unknown color: approx Big Stone. HEX triplet: 2F, 46 and 4D. RGB value is (47,70,77). Sum of RGB (Red+Green+Blue) = 47+70+77=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F464D is #D0B9B2. Grayscale: #3F3F3F. Windows color (decimal): -13679027 or 5064239. OLE color: 5064239.

HSL color Cylindrical-coordinate representation of color #2F464D: hue angle of 194º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F464D is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB477077-
CMYK0.390.0900.70
HSL194º24.19%24.31%-
HSV(B)194º38.96%30.2%-
XYZ4.75.527.84-
YUV63.92135.38115.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=24.23%
G=36.08%
B=39.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4770770.390.0900.7019424.1924.31
Hex2F464D279046c21818
Octal57106115471101063023030
Binary10111110001101001101100111100101000110110000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F464D; }

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

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

<style>
 a { background-color: #2F464D; }

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

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

<style>
 span { border-color: #2F464D; }

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

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