Html Css Color HEX #46252F Castro

📋 copy color: '#46252F'

red 70 ◦ green 37 ◦ blue 47

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

Shades of Castro #46252F

Tints of Castro #46252F

RGB

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

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

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

R = 45.45%
G = 24.03%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#46252F (or 0x46252F) is known color: Castro. HEX triplet: 46, 25 and 2F. RGB value is (70,37,47). Sum of RGB (Red+Green+Blue) = 70+37+47=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46252F is #B9DAD0. Grayscale: #303030. Windows color (decimal): -12180177 or 3089734. OLE color: 3089734.

HSL color Cylindrical-coordinate representation of color #46252F: hue angle of 341.82º 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 #46252F is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 47 -
CMYK 0 0.47 0.33 0.73
HSL 341.82º 0.31% 0.21% -
HSV(B) 341.82º 0.47% 0.27% -
XYZ 3.7 2.83 3.04 -
YUV 48.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 70 37 47 0 0.47 0.33 0.73 341.82 0.31 0.21
Hex 46 25 2F 0 2F 21 49 156 1F 15
Octal 106 45 57 0 57 41 111 526 37 25
Binary 1000110 100101 101111 0 101111 100001 1001001 101010110 11111 10101

Color Harmonies of #46252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46252F

Black with #46252F

Text Example


Text Example

White with #46252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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