Html Css Color HEX #463344 Loulou

📋 copy color: '#463344'

red 70 ◦ green 51 ◦ blue 68

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

Shades of Loulou #463344

Tints of Loulou #463344

RGB

 RED value IS 70 (27.73% from 255) = 37.04%

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 37.04%
G = 26.98%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#463344 (or 0x463344) is known color: Loulou. HEX triplet: 46, 33 and 44. RGB value is (70,51,68). Sum of RGB (Red+Green+Blue) = 70+51+68=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #463344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463344 is #B9CCBB. Grayscale: #3A3A3A. Windows color (decimal): -12176572 or 4469574. OLE color: 4469574.

HSL color Cylindrical-coordinate representation of color #463344: hue angle of 306.32º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #463344 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 51 68 -
CMYK 0 0.27 0.03 0.73
HSL 306.32º 0.16% 0.24% -
HSV(B) 306.32º 0.27% 0.27% -
XYZ 4.75 4.09 6.01 -
YUV 58.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 70 51 68 0 0.27 0.03 0.73 306.32 0.16 0.24
Hex 46 33 44 0 1B 3 49 132 10 18
Octal 106 63 104 0 33 3 111 462 20 30
Binary 1000110 110011 1000100 0 11011 11 1001001 100110010 10000 11000

Color Harmonies of #463344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463344

Black with #463344

Text Example


Text Example

White with #463344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463344; }

 p { color: rgb(70,51,68); }

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

background-color css

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

 a { background-color: rgb(70,51,68); }

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

border-color css

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

 span { border-color: rgb(70,51,68); }

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