Html Css Color HEX #46242F Castro

📋 copy color: '#46242F'

red 70 ◦ green 36 ◦ blue 47

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

Shades of Castro #46242F

Tints of Castro #46242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.53%

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

R = 45.75%
G = 23.53%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#46242F (or 0x46242F) is known color: Castro. HEX triplet: 46, 24 and 2F. RGB value is (70,36,47). Sum of RGB (Red+Green+Blue) = 70+36+47=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46242F is #B9DBD0. Grayscale: #2F2F2F. Windows color (decimal): -12180433 or 3089478. OLE color: 3089478.

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

Color convert

RGB 70 36 47 -
CMYK 0 0.49 0.33 0.73
HSL 340.59º 0.32% 0.21% -
HSV(B) 340.59º 0.49% 0.27% -
XYZ 3.67 2.77 3.03 -
YUV 47.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 70 36 47 0 0.49 0.33 0.73 340.59 0.32 0.21
Hex 46 24 2F 0 31 21 49 155 20 15
Octal 106 44 57 0 61 41 111 525 40 25
Binary 1000110 100100 101111 0 110001 100001 1001001 101010101 100000 10101

Color Harmonies of #46242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46242F

Black with #46242F

Text Example


Text Example

White with #46242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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