Html Css Color HEX #4B222F Castro

📋 copy color: '#4B222F'

red 75 ◦ green 34 ◦ blue 47

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

Shades of Castro #4B222F

Tints of Castro #4B222F

RGB

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

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

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

R = 48.08%
G = 21.79%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#4B222F (or 0x4B222F) is known color: Castro. HEX triplet: 4B, 22 and 2F. RGB value is (75,34,47). Sum of RGB (Red+Green+Blue) = 75+34+47=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B222F is #B4DDD0. Grayscale: #2F2F2F. Windows color (decimal): -11853265 or 3088971. OLE color: 3088971.

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

Color convert

RGB 75 34 47 -
CMYK 0 0.55 0.37 0.71
HSL 340.98º 0.38% 0.21% -
HSV(B) 340.98º 0.55% 0.29% -
XYZ 3.99 2.85 3.03 -
YUV 47.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 75 34 47 0 0.55 0.37 0.71 340.98 0.38 0.21
Hex 4B 22 2F 0 37 25 47 155 26 15
Octal 113 42 57 0 67 45 107 525 46 25
Binary 1001011 100010 101111 0 110111 100101 1000111 101010101 100110 10101

Color Harmonies of #4B222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B222F

Black with #4B222F

Text Example


Text Example

White with #4B222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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