Html Css Color HEX #462A44 Loulou

📋 copy color: '#462A44'

red 70 ◦ green 42 ◦ blue 68

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

Shades of Loulou #462A44

Tints of Loulou #462A44

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.33%

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

R = 38.89%
G = 23.33%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#462A44 (or 0x462A44) is known color: Loulou. HEX triplet: 46, 2A and 44. RGB value is (70,42,68). Sum of RGB (Red+Green+Blue) = 70+42+68=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #462A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A44 is #B9D5BB. Grayscale: #353535. Windows color (decimal): -12178876 or 4467270. OLE color: 4467270.

HSL color Cylindrical-coordinate representation of color #462A44: hue angle of 304.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #462A44 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 42 68 -
CMYK 0 0.40 0.03 0.73
HSL 304.29º 0.25% 0.22% -
HSV(B) 304.29º 0.4% 0.27% -
XYZ 4.4 3.38 5.89 -
YUV 53.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 70 42 68 0 0.40 0.03 0.73 304.29 0.25 0.22
Hex 46 2A 44 0 28 3 49 130 19 16
Octal 106 52 104 0 50 3 111 460 31 26
Binary 1000110 101010 1000100 0 101000 11 1001001 100110000 11001 10110

Color Harmonies of #462A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A44

Black with #462A44

Text Example


Text Example

White with #462A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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