Html Css Color HEX #46252E Castro

📋 copy color: '#46252E'

red 70 ◦ green 37 ◦ blue 46

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

Shades of Castro #46252E

Tints of Castro #46252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 45.75%
G = 24.18%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#46252E (or 0x46252E) is known color: Castro. HEX triplet: 46, 25 and 2E. RGB value is (70,37,46). Sum of RGB (Red+Green+Blue) = 70+37+46=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46252E is #B9DAD1. Grayscale: #2F2F2F. Windows color (decimal): -12180178 or 3024198. OLE color: 3024198.

HSL color Cylindrical-coordinate representation of color #46252E: hue angle of 343.64º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46252E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 46 -
CMYK 0 0.47 0.34 0.73
HSL 343.64º 0.31% 0.21% -
HSV(B) 343.64º 0.47% 0.27% -
XYZ 3.68 2.82 2.94 -
YUV 47.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 70 37 46 0 0.47 0.34 0.73 343.64 0.31 0.21
Hex 46 25 2E 0 2F 22 49 158 1F 15
Octal 106 45 56 0 57 42 111 530 37 25
Binary 1000110 100101 101110 0 101111 100010 1001001 101011000 11111 10101

Color Harmonies of #46252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46252E

Black with #46252E

Text Example


Text Example

White with #46252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46252E; }

 p { color: rgb(70,37,46); }

 H1.HeaderClassName
 {
   color: #46252E;
 }
 .AnyTagClassName
 {
   color: #46252E;
 }
</style>

background-color css

<style>
 a { background-color: #46252E; }

 a { background-color: rgb(70,37,46); }

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

border-color css

<style>
 span { border-color: #46252E; }

 span { border-color: rgb(70,37,46); }

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