Html Css Color HEX #454441 Merlin

📋 copy color: '#454441'

red 69 ◦ green 68 ◦ blue 65

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

Shades of Merlin #454441

Tints of Merlin #454441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 34.16%
G = 33.66%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#454441 (or 0x454441) is known color: Merlin. HEX triplet: 45, 44 and 41. RGB value is (69,68,65). Sum of RGB (Red+Green+Blue) = 69+68+65=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 69 - color contains mainly: red. Hex color #454441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454441 is #BABBBE. Grayscale: #434343. Windows color (decimal): -12237759 or 4277317. OLE color: 4277317.

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

Color convert

RGB 69 68 65 -
CMYK 0 0.01 0.06 0.73
HSL 45º 0.03% 0.26% -
HSV(B) 45º 0.06% 0.27% -
XYZ 5.48 5.78 5.83 -
YUV 67.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 69 68 65 0 0.01 0.06 0.73 45 0.03 0.26
Hex 45 44 41 0 1 6 49 2D 3 1A
Octal 105 104 101 0 1 6 111 55 3 32
Binary 1000101 1000100 1000001 0 1 110 1001001 101101 11 11010

Color Harmonies of #454441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454441

Black with #454441

Text Example


Text Example

White with #454441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454441; }

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

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

background-color css

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

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

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

border-color css

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

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

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