Html Css Color HEX #46272F Castro

📋 copy color: '#46272F'

red 70 ◦ green 39 ◦ blue 47

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

Shades of Castro #46272F

Tints of Castro #46272F

RGB

 RED value IS 70 (27.73% from 255) = 44.87%

 GREEN value IS 39 (15.63% from 255) = 25%

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 44.87%
G = 25%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#46272F (or 0x46272F) is known color: Castro. HEX triplet: 46, 27 and 2F. RGB value is (70,39,47). Sum of RGB (Red+Green+Blue) = 70+39+47=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #46272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46272F is #B9D8D0. Grayscale: #313131. Windows color (decimal): -12179665 or 3090246. OLE color: 3090246.

HSL color Cylindrical-coordinate representation of color #46272F: hue angle of 344.52º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46272F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 47 -
CMYK 0 0.44 0.33 0.73
HSL 344.52º 0.28% 0.21% -
HSV(B) 344.52º 0.44% 0.27% -
XYZ 3.76 2.96 3.06 -
YUV 49.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 70 39 47 0 0.44 0.33 0.73 344.52 0.28 0.21
Hex 46 27 2F 0 2C 21 49 159 1C 15
Octal 106 47 57 0 54 41 111 531 34 25
Binary 1000110 100111 101111 0 101100 100001 1001001 101011001 11100 10101

Color Harmonies of #46272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46272F

Black with #46272F

Text Example


Text Example

White with #46272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46272F; }

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

 H1.HeaderClassName
 {
   color: #46272F;
 }
 .AnyTagClassName
 {
   color: #46272F;
 }
</style>

background-color css

<style>
 a { background-color: #46272F; }

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

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

border-color css

<style>
 span { border-color: #46272F; }

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

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