Html Css Color HEX #454440 Merlin

📋 copy color: '#454440'

red 69 ◦ green 68 ◦ blue 64

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

Shades of Merlin #454440

Tints of Merlin #454440

RGB

 RED value IS 69 (27.34% from 255) = 34.33%

 GREEN value IS 68 (26.95% from 255) = 33.83%

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 34.33%
G = 33.83%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#454440 (or 0x454440) is known color: Merlin. HEX triplet: 45, 44 and 40. RGB value is (69,68,64). Sum of RGB (Red+Green+Blue) = 69+68+64=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 69 - color contains mainly: red. Hex color #454440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454440 is #BABBBF. Grayscale: #434343. Windows color (decimal): -12237760 or 4211781. OLE color: 4211781.

HSL color Cylindrical-coordinate representation of color #454440: hue angle of 48º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #454440 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 68 64 -
CMYK 0 0.01 0.07 0.73
HSL 48º 0.04% 0.26% -
HSV(B) 48º 0.07% 0.27% -
XYZ 5.45 5.77 5.68 -
YUV 67.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 69 68 64 0 0.01 0.07 0.73 48 0.04 0.26
Hex 45 44 40 0 1 7 49 30 4 1A
Octal 105 104 100 0 1 7 111 60 4 32
Binary 1000101 1000100 1000000 0 1 111 1001001 110000 100 11010

Color Harmonies of #454440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454440

Black with #454440

Text Example


Text Example

White with #454440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454440; }

 p { color: rgb(69,68,64); }

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

background-color css

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

 a { background-color: rgb(69,68,64); }

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

border-color css

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

 span { border-color: rgb(69,68,64); }

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