Html Css Color HEX #4A202F Castro

📋 copy color: '#4A202F'

red 74 ◦ green 32 ◦ blue 47

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

Shades of Castro #4A202F

Tints of Castro #4A202F

RGB

 RED value IS 74 (29.3% from 255) = 48.37%

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

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

R = 48.37%
G = 20.92%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#4A202F (or 0x4A202F) is known color: Castro. HEX triplet: 4A, 20 and 2F. RGB value is (74,32,47). Sum of RGB (Red+Green+Blue) = 74+32+47=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 74 - color contains mainly: red. Hex color #4A202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A202F is #B5DFD0. Grayscale: #2E2E2E. Windows color (decimal): -11919313 or 3088458. OLE color: 3088458.

HSL color Cylindrical-coordinate representation of color #4A202F: hue angle of 338.57º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A202F is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 32 47 -
CMYK 0 0.57 0.36 0.71
HSL 338.57º 0.4% 0.21% -
HSV(B) 338.57º 0.57% 0.29% -
XYZ 3.85 2.69 3.01 -
YUV 46.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 74 32 47 0 0.57 0.36 0.71 338.57 0.4 0.21
Hex 4A 20 2F 0 39 24 47 153 28 15
Octal 112 40 57 0 71 44 107 523 50 25
Binary 1001010 100000 101111 0 111001 100100 1000111 101010011 101000 10101

Color Harmonies of #4A202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A202F

Black with #4A202F

Text Example


Text Example

White with #4A202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A202F; }

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

 H1.HeaderClassName
 {
   color: #4A202F;
 }
 .AnyTagClassName
 {
   color: #4A202F;
 }
</style>

background-color css

<style>
 a { background-color: #4A202F; }

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

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

border-color css

<style>
 span { border-color: #4A202F; }

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

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