Html Css Color HEX #4E304B Loulou

📋 copy color: '#4E304B'

red 78 ◦ green 48 ◦ blue 75

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

Shades of Loulou #4E304B

Tints of Loulou #4E304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 38.81%
G = 23.88%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E304B (or 0x4E304B) is known color: Loulou. HEX triplet: 4E, 30 and 4B. RGB value is (78,48,75). Sum of RGB (Red+Green+Blue) = 78+48+75=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 78 - color contains mainly: red. Hex color #4E304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E304B is #B1CFB4. Grayscale: #3B3B3B. Windows color (decimal): -11653045 or 4927566. OLE color: 4927566.

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

Color convert

RGB 78 48 75 -
CMYK 0 0.38 0.04 0.69
HSL 306º 0.24% 0.25% -
HSV(B) 306º 0.38% 0.31% -
XYZ 5.47 4.24 7.19 -
YUV 60.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 78 48 75 0 0.38 0.04 0.69 306 0.24 0.25
Hex 4E 30 4B 0 26 4 45 132 18 19
Octal 116 60 113 0 46 4 105 462 30 31
Binary 1001110 110000 1001011 0 100110 100 1000101 100110010 11000 11001

Color Harmonies of #4E304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E304B

Black with #4E304B

Text Example


Text Example

White with #4E304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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