Html Css Color HEX #4A212F Castro

📋 copy color: '#4A212F'

red 74 ◦ green 33 ◦ blue 47

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

Shades of Castro #4A212F

Tints of Castro #4A212F

RGB

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

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

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

R = 48.05%
G = 21.43%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#4A212F (or 0x4A212F) is known color: Castro. HEX triplet: 4A, 21 and 2F. RGB value is (74,33,47). Sum of RGB (Red+Green+Blue) = 74+33+47=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A212F is #B5DED0. Grayscale: #2E2E2E. Windows color (decimal): -11919057 or 3088714. OLE color: 3088714.

HSL color Cylindrical-coordinate representation of color #4A212F: hue angle of 339.51º 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 #4A212F is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 33 47 -
CMYK 0 0.55 0.36 0.71
HSL 339.51º 0.38% 0.21% -
HSV(B) 339.51º 0.55% 0.29% -
XYZ 3.88 2.75 3.02 -
YUV 46.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 74 33 47 0 0.55 0.36 0.71 339.51 0.38 0.21
Hex 4A 21 2F 0 37 24 47 154 26 15
Octal 112 41 57 0 67 44 107 524 46 25
Binary 1001010 100001 101111 0 110111 100100 1000111 101010100 100110 10101

Color Harmonies of #4A212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A212F

Black with #4A212F

Text Example


Text Example

White with #4A212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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