Html Css Color HEX #4E2030 Castro

📋 copy color: '#4E2030'

red 78 ◦ green 32 ◦ blue 48

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

Shades of Castro #4E2030

Tints of Castro #4E2030

RGB

 RED value IS 78 (30.86% from 255) = 49.37%

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 49.37%
G = 20.25%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4E2030 (or 0x4E2030) is known color: Castro. HEX triplet: 4E, 20 and 30. RGB value is (78,32,48). Sum of RGB (Red+Green+Blue) = 78+32+48=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2030 is #B1DFCF. Grayscale: #2F2F2F. Windows color (decimal): -11657168 or 3153998. OLE color: 3153998.

HSL color Cylindrical-coordinate representation of color #4E2030: hue angle of 339.13º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2030 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 32 48 -
CMYK 0 0.59 0.38 0.69
HSL 339.13º 0.42% 0.22% -
HSV(B) 339.13º 0.59% 0.31% -
XYZ 4.19 2.87 3.13 -
YUV 47.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 78 32 48 0 0.59 0.38 0.69 339.13 0.42 0.22
Hex 4E 20 30 0 3B 26 45 153 2A 16
Octal 116 40 60 0 73 46 105 523 52 26
Binary 1001110 100000 110000 0 111011 100110 1000101 101010011 101010 10110

Color Harmonies of #4E2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2030

Black with #4E2030

Text Example


Text Example

White with #4E2030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,48); }

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

background-color css

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

 a { background-color: rgb(78,32,48); }

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

border-color css

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

 span { border-color: rgb(78,32,48); }

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