Html Css Color HEX #414648 Charade

📋 copy color: '#414648'

red 65 ◦ green 70 ◦ blue 72

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

Shades of Charade #414648

Tints of Charade #414648

RGB

 RED value IS 65 (25.78% from 255) = 31.4%

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 31.4%
G = 33.82%
B = 34.78%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414648 (or 0x414648) is known color: Charade. HEX triplet: 41, 46 and 48. RGB value is (65,70,72). Sum of RGB (Red+Green+Blue) = 65+70+72=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #414648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414648 is #BEB9B7. Grayscale: #444444. Windows color (decimal): -12499384 or 4736577. OLE color: 4736577.

HSL color Cylindrical-coordinate representation of color #414648: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414648 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 70 72 -
CMYK 0.10 0.03 0 0.72
HSL 197.14º 0.05% 0.27% -
HSV(B) 197.14º 0.1% 0.28% -
XYZ 5.54 5.97 6.99 -
YUV 68.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 65 70 72 0.10 0.03 0 0.72 197.14 0.05 0.27
Hex 41 46 48 A 3 0 48 C5 5 1B
Octal 101 106 110 12 3 0 110 305 5 33
Binary 1000001 1000110 1001000 1010 11 0 1001000 11000101 101 11011

Color Harmonies of #414648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414648

Black with #414648

Text Example


Text Example

White with #414648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414648; }

 p { color: rgb(65,70,72); }

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

background-color css

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

 a { background-color: rgb(65,70,72); }

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

border-color css

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

 span { border-color: rgb(65,70,72); }

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