Html Css Color HEX #404B33 Mallard

📋 copy color: '#404B33'

red 64 ◦ green 75 ◦ blue 51

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

Shades of Mallard #404B33

Tints of Mallard #404B33

RGB

 RED value IS 64 (25.39% from 255) = 33.68%

 GREEN value IS 75 (29.69% from 255) = 39.47%

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

R = 33.68%
G = 39.47%
B = 26.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#404B33 (or 0x404B33) is known color: Mallard. HEX triplet: 40, 4B and 33. RGB value is (64,75,51). Sum of RGB (Red+Green+Blue) = 64+75+51=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #404B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B33 is #BFB4CC. Grayscale: #454545. Windows color (decimal): -12563661 or 3361600. OLE color: 3361600.

HSL color Cylindrical-coordinate representation of color #404B33: hue angle of 87.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #404B33 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 75 51 -
CMYK 0.15 0 0.32 0.71
HSL 87.5º 0.19% 0.25% -
HSV(B) 87.5º 0.32% 0.29% -
XYZ 5.23 6.36 4.08 -
YUV 68.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 64 75 51 0.15 0 0.32 0.71 87.5 0.19 0.25
Hex 40 4B 33 F 0 20 47 57 13 19
Octal 100 113 63 17 0 40 107 127 23 31
Binary 1000000 1001011 110011 1111 0 100000 1000111 1010111 10011 11001

Color Harmonies of #404B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B33

Black with #404B33

Text Example


Text Example

White with #404B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404B33; }

 p { color: rgb(64,75,51); }

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

background-color css

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

 a { background-color: rgb(64,75,51); }

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

border-color css

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

 span { border-color: rgb(64,75,51); }

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