Html Css Color HEX #4B2633 Castro

📋 copy color: '#4B2633'

red 75 ◦ green 38 ◦ blue 51

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

Shades of Castro #4B2633

Tints of Castro #4B2633

RGB

 RED value IS 75 (29.69% from 255) = 45.73%

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

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

R = 45.73%
G = 23.17%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4B2633 (or 0x4B2633) is known color: Castro. HEX triplet: 4B, 26 and 33. RGB value is (75,38,51). Sum of RGB (Red+Green+Blue) = 75+38+51=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2633 is #B4D9CC. Grayscale: #323232. Windows color (decimal): -11852237 or 3352139. OLE color: 3352139.

HSL color Cylindrical-coordinate representation of color #4B2633: hue angle of 338.92º degrees, saturation: 0.33, 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 #4B2633 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 38 51 -
CMYK 0 0.49 0.32 0.71
HSL 338.92º 0.33% 0.22% -
HSV(B) 338.92º 0.49% 0.29% -
XYZ 4.19 3.12 3.51 -
YUV 50.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 75 38 51 0 0.49 0.32 0.71 338.92 0.33 0.22
Hex 4B 26 33 0 31 20 47 153 21 16
Octal 113 46 63 0 61 40 107 523 41 26
Binary 1001011 100110 110011 0 110001 100000 1000111 101010011 100001 10110

Color Harmonies of #4B2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2633

Black with #4B2633

Text Example


Text Example

White with #4B2633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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