Html Css Color HEX #2F464E Big Stone

📋 copy color: '#2F464E'

red 47 ◦ green 70 ◦ blue 78

#2F464E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Big Stone #2F464E

Tints of Big Stone #2F464E

RGB

 RED value IS 47 (18.75% from 255) = 24.1%

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 78 (30.86% from 255) = 40%

R = 24.1%
G = 35.9%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F464E (or 0x2F464E) is known color: Big Stone. HEX triplet: 2F, 46 and 4E. RGB value is (47,70,78). Sum of RGB (Red+Green+Blue) = 47+70+78=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F464E is #D0B9B1. Grayscale: #3F3F3F. Windows color (decimal): -13679026 or 5129775. OLE color: 5129775.

HSL color Cylindrical-coordinate representation of color #2F464E: hue angle of 195.48º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F464E is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 70 78 -
CMYK 0.40 0.10 0 0.69
HSL 195.48º 0.25% 0.25% -
HSV(B) 195.48º 0.4% 0.31% -
XYZ 4.74 5.53 8.03 -
YUV 64.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 47 70 78 0.40 0.10 0 0.69 195.48 0.25 0.25
Hex 2F 46 4E 28 A 0 45 C3 19 19
Octal 57 106 116 50 12 0 105 303 31 31
Binary 101111 1000110 1001110 101000 1010 0 1000101 11000011 11001 11001

Color Harmonies of #2F464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F464E

Black with #2F464E

Text Example


Text Example

White with #2F464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F464E;
 }
 .AnyTagClassName
 {
   color: #2F464E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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