Html Css Color HEX #46202F Castro

📋 copy color: '#46202F'

red 70 ◦ green 32 ◦ blue 47

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

Shades of Castro #46202F

Tints of Castro #46202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 46.98%
G = 21.48%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#46202F (or 0x46202F) is known color: Castro. HEX triplet: 46, 20 and 2F. RGB value is (70,32,47). Sum of RGB (Red+Green+Blue) = 70+32+47=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46202F is #B9DFD0. Grayscale: #2D2D2D. Windows color (decimal): -12181457 or 3088454. OLE color: 3088454.

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

Color convert

RGB 70 32 47 -
CMYK 0 0.54 0.33 0.73
HSL 336.32º 0.37% 0.2% -
HSV(B) 336.32º 0.54% 0.27% -
XYZ 3.56 2.54 2.99 -
YUV 45.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 70 32 47 0 0.54 0.33 0.73 336.32 0.37 0.2
Hex 46 20 2F 0 36 21 49 150 25 14
Octal 106 40 57 0 66 41 111 520 45 24
Binary 1000110 100000 101111 0 110110 100001 1001001 101010000 100101 10100

Color Harmonies of #46202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46202F

Black with #46202F

Text Example


Text Example

White with #46202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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