Html Css Color HEX #463345 Loulou

📋 copy color: '#463345'

red 70 ◦ green 51 ◦ blue 69

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

Shades of Loulou #463345

Tints of Loulou #463345

RGB

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

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

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

R = 36.84%
G = 26.84%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#463345 (or 0x463345) is known color: Loulou. HEX triplet: 46, 33 and 45. RGB value is (70,51,69). Sum of RGB (Red+Green+Blue) = 70+51+69=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463345 is #B9CCBA. Grayscale: #3A3A3A. Windows color (decimal): -12176571 or 4535110. OLE color: 4535110.

HSL color Cylindrical-coordinate representation of color #463345: hue angle of 303.16º 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 #463345 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 51 69 -
CMYK 0 0.27 0.01 0.73
HSL 303.16º 0.16% 0.24% -
HSV(B) 303.16º 0.27% 0.27% -
XYZ 4.78 4.1 6.17 -
YUV 58.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 70 51 69 0 0.27 0.01 0.73 303.16 0.16 0.24
Hex 46 33 45 0 1B 1 49 12F 10 18
Octal 106 63 105 0 33 1 111 457 20 30
Binary 1000110 110011 1000101 0 11011 1 1001001 100101111 10000 11000

Color Harmonies of #463345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463345

Black with #463345

Text Example


Text Example

White with #463345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463345; }

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

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

background-color css

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

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

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

border-color css

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

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

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