Html Css Color HEX #4A212C Castro

📋 copy color: '#4A212C'

red 74 ◦ green 33 ◦ blue 44

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

Shades of Castro #4A212C

Tints of Castro #4A212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 49.01%
G = 21.85%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#4A212C (or 0x4A212C) is known color: Castro. HEX triplet: 4A, 21 and 2C. RGB value is (74,33,44). Sum of RGB (Red+Green+Blue) = 74+33+44=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A212C is #B5DED3. Grayscale: #2E2E2E. Windows color (decimal): -11919060 or 2892106. OLE color: 2892106.

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

Color convert

RGB 74 33 44 -
CMYK 0 0.55 0.41 0.71
HSL 343.9º 0.38% 0.21% -
HSV(B) 343.9º 0.55% 0.29% -
XYZ 3.82 2.73 2.71 -
YUV 46.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 74 33 44 0 0.55 0.41 0.71 343.9 0.38 0.21
Hex 4A 21 2C 0 37 29 47 158 26 15
Octal 112 41 54 0 67 51 107 530 46 25
Binary 1001010 100001 101100 0 110111 101001 1000111 101011000 100110 10101

Color Harmonies of #4A212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A212C

Black with #4A212C

Text Example


Text Example

White with #4A212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,33,44); }

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

background-color css

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

 a { background-color: rgb(74,33,44); }

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

border-color css

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

 span { border-color: rgb(74,33,44); }

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