Html Css Color HEX #483745 Loulou

📋 copy color: '#483745'

red 72 ◦ green 55 ◦ blue 69

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

Shades of Loulou #483745

Tints of Loulou #483745

RGB

 RED value IS 72 (28.52% from 255) = 36.73%

 GREEN value IS 55 (21.88% from 255) = 28.06%

 BLUE value IS 69 (27.34% from 255) = 35.2%

R = 36.73%
G = 28.06%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#483745 (or 0x483745) is known color: Loulou. HEX triplet: 48, 37 and 45. RGB value is (72,55,69). Sum of RGB (Red+Green+Blue) = 72+55+69=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483745 is #B7C8BA. Grayscale: #3D3D3D. Windows color (decimal): -12044475 or 4536136. OLE color: 4536136.

HSL color Cylindrical-coordinate representation of color #483745: hue angle of 310.59º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483745 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 69 -
CMYK 0 0.24 0.04 0.72
HSL 310.59º 0.13% 0.25% -
HSV(B) 310.59º 0.24% 0.28% -
XYZ 5.11 4.54 6.24 -
YUV 61.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 72 55 69 0 0.24 0.04 0.72 310.59 0.13 0.25
Hex 48 37 45 0 18 4 48 137 D 19
Octal 110 67 105 0 30 4 110 467 15 31
Binary 1001000 110111 1000101 0 11000 100 1001000 100110111 1101 11001

Color Harmonies of #483745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483745

Black with #483745

Text Example


Text Example

White with #483745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483745; }

 p { color: rgb(72,55,69); }

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

background-color css

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

 a { background-color: rgb(72,55,69); }

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

border-color css

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

 span { border-color: rgb(72,55,69); }

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