Html Css Color HEX #46212F Castro

📋 copy color: '#46212F'

red 70 ◦ green 33 ◦ blue 47

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

Shades of Castro #46212F

Tints of Castro #46212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

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

R = 46.67%
G = 22%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#46212F (or 0x46212F) is known color: Castro. HEX triplet: 46, 21 and 2F. RGB value is (70,33,47). Sum of RGB (Red+Green+Blue) = 70+33+47=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46212F is #B9DED0. Grayscale: #2D2D2D. Windows color (decimal): -12181201 or 3088710. OLE color: 3088710.

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

Color convert

RGB 70 33 47 -
CMYK 0 0.53 0.33 0.73
HSL 337.3º 0.36% 0.2% -
HSV(B) 337.3º 0.53% 0.27% -
XYZ 3.58 2.6 3 -
YUV 45.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 70 33 47 0 0.53 0.33 0.73 337.3 0.36 0.2
Hex 46 21 2F 0 35 21 49 151 24 14
Octal 106 41 57 0 65 41 111 521 44 24
Binary 1000110 100001 101111 0 110101 100001 1001001 101010001 100100 10100

Color Harmonies of #46212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46212F

Black with #46212F

Text Example


Text Example

White with #46212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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