Html Css Color HEX #463244 Loulou

📋 copy color: '#463244'

red 70 ◦ green 50 ◦ blue 68

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

Shades of Loulou #463244

Tints of Loulou #463244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

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

R = 37.23%
G = 26.6%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#463244 (or 0x463244) is known color: Loulou. HEX triplet: 46, 32 and 44. RGB value is (70,50,68). Sum of RGB (Red+Green+Blue) = 70+50+68=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #463244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463244 is #B9CDBB. Grayscale: #393939. Windows color (decimal): -12176828 or 4469318. OLE color: 4469318.

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

Color convert

RGB 70 50 68 -
CMYK 0 0.29 0.03 0.73
HSL 306º 0.17% 0.24% -
HSV(B) 306º 0.29% 0.27% -
XYZ 4.71 4 5.99 -
YUV 58.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 70 50 68 0 0.29 0.03 0.73 306 0.17 0.24
Hex 46 32 44 0 1D 3 49 132 11 18
Octal 106 62 104 0 35 3 111 462 21 30
Binary 1000110 110010 1000100 0 11101 11 1001001 100110010 10001 11000

Color Harmonies of #463244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463244

Black with #463244

Text Example


Text Example

White with #463244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463244; }

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

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

background-color css

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

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

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

border-color css

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

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

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