Html Css Color HEX #4D254B Loulou

📋 copy color: '#4D254B'

red 77 ◦ green 37 ◦ blue 75

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

Shades of Loulou #4D254B

Tints of Loulou #4D254B

RGB

 RED value IS 77 (30.47% from 255) = 40.74%

 GREEN value IS 37 (14.84% from 255) = 19.58%

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

R = 40.74%
G = 19.58%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D254B (or 0x4D254B) is known color: Loulou. HEX triplet: 4D, 25 and 4B. RGB value is (77,37,75). Sum of RGB (Red+Green+Blue) = 77+37+75=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D254B is #B2DAB4. Grayscale: #353535. Windows color (decimal): -11721397 or 4924749. OLE color: 4924749.

HSL color Cylindrical-coordinate representation of color #4D254B: hue angle of 303º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D254B is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 37 75 -
CMYK 0 0.52 0.03 0.70
HSL 303º 0.35% 0.22% -
HSV(B) 303º 0.52% 0.3% -
XYZ 4.99 3.41 7.05 -
YUV 53.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 77 37 75 0 0.52 0.03 0.70 303 0.35 0.22
Hex 4D 25 4B 0 34 3 46 12F 23 16
Octal 115 45 113 0 64 3 106 457 43 26
Binary 1001101 100101 1001011 0 110100 11 1000110 100101111 100011 10110

Color Harmonies of #4D254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D254B

Black with #4D254B

Text Example


Text Example

White with #4D254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,75); }

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

background-color css

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

 a { background-color: rgb(77,37,75); }

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

border-color css

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

 span { border-color: rgb(77,37,75); }

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