Html Css Color HEX #4A2633 Castro

📋 copy color: '#4A2633'

red 74 ◦ green 38 ◦ blue 51

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

Shades of Castro #4A2633

Tints of Castro #4A2633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.31%

 BLUE value IS 51 (20.31% from 255) = 31.29%

R = 45.4%
G = 23.31%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4A2633 (or 0x4A2633) is known color: Castro. HEX triplet: 4A, 26 and 33. RGB value is (74,38,51). Sum of RGB (Red+Green+Blue) = 74+38+51=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2633 is #B5D9CC. Grayscale: #323232. Windows color (decimal): -11917773 or 3352138. OLE color: 3352138.

HSL color Cylindrical-coordinate representation of color #4A2633: hue angle of 338.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A2633 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 38 51 -
CMYK 0 0.49 0.31 0.71
HSL 338.33º 0.32% 0.22% -
HSV(B) 338.33º 0.49% 0.29% -
XYZ 4.11 3.08 3.51 -
YUV 50.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 74 38 51 0 0.49 0.31 0.71 338.33 0.32 0.22
Hex 4A 26 33 0 31 1F 47 152 20 16
Octal 112 46 63 0 61 37 107 522 40 26
Binary 1001010 100110 110011 0 110001 11111 1000111 101010010 100000 10110

Color Harmonies of #4A2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2633

Black with #4A2633

Text Example


Text Example

White with #4A2633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,38,51); }

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

background-color css

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

 a { background-color: rgb(74,38,51); }

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

border-color css

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

 span { border-color: rgb(74,38,51); }

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