Html Css Color HEX #4A222F Castro

📋 copy color: '#4A222F'

red 74 ◦ green 34 ◦ blue 47

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

Shades of Castro #4A222F

Tints of Castro #4A222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 47.74%
G = 21.94%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#4A222F (or 0x4A222F) is known color: Castro. HEX triplet: 4A, 22 and 2F. RGB value is (74,34,47). Sum of RGB (Red+Green+Blue) = 74+34+47=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 74 - color contains mainly: red. Hex color #4A222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A222F is #B5DDD0. Grayscale: #2F2F2F. Windows color (decimal): -11918801 or 3088970. OLE color: 3088970.

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

Color convert

RGB 74 34 47 -
CMYK 0 0.54 0.36 0.71
HSL 340.5º 0.37% 0.21% -
HSV(B) 340.5º 0.54% 0.29% -
XYZ 3.91 2.81 3.02 -
YUV 47.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 74 34 47 0 0.54 0.36 0.71 340.5 0.37 0.21
Hex 4A 22 2F 0 36 24 47 154 25 15
Octal 112 42 57 0 66 44 107 524 45 25
Binary 1001010 100010 101111 0 110110 100100 1000111 101010100 100101 10101

Color Harmonies of #4A222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A222F

Black with #4A222F

Text Example


Text Example

White with #4A222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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