Html Css Color HEX #463044 Loulou

📋 copy color: '#463044'

red 70 ◦ green 48 ◦ blue 68

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

Shades of Loulou #463044

Tints of Loulou #463044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

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

R = 37.63%
G = 25.81%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#463044 (or 0x463044) is known color: Loulou. HEX triplet: 46, 30 and 44. RGB value is (70,48,68). Sum of RGB (Red+Green+Blue) = 70+48+68=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #463044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463044 is #B9CFBB. Grayscale: #383838. Windows color (decimal): -12177340 or 4468806. OLE color: 4468806.

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

Color convert

RGB 70 48 68 -
CMYK 0 0.31 0.03 0.73
HSL 305.45º 0.19% 0.23% -
HSV(B) 305.45º 0.31% 0.27% -
XYZ 4.63 3.83 5.96 -
YUV 56.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 70 48 68 0 0.31 0.03 0.73 305.45 0.19 0.23
Hex 46 30 44 0 1F 3 49 131 13 17
Octal 106 60 104 0 37 3 111 461 23 27
Binary 1000110 110000 1000100 0 11111 11 1001001 100110001 10011 10111

Color Harmonies of #463044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463044

Black with #463044

Text Example


Text Example

White with #463044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463044; }

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

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

background-color css

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

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

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

border-color css

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

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

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