Html Css Color HEX #414748 Charade

📋 copy color: '#414748'

red 65 ◦ green 71 ◦ blue 72

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

Shades of Charade #414748

Tints of Charade #414748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

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

R = 31.25%
G = 34.13%
B = 34.62%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414748 (or 0x414748) is known color: Charade. HEX triplet: 41, 47 and 48. RGB value is (65,71,72). Sum of RGB (Red+Green+Blue) = 65+71+72=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: blue. Hex color #414748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414748 is #BEB8B7. Grayscale: #454545. Windows color (decimal): -12499128 or 4736833. OLE color: 4736833.

HSL color Cylindrical-coordinate representation of color #414748: hue angle of 188.57º 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 #414748 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 72 -
CMYK 0.10 0.01 0 0.72
HSL 188.57º 0.05% 0.27% -
HSV(B) 188.57º 0.1% 0.28% -
XYZ 5.6 6.1 7.01 -
YUV 69.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 65 71 72 0.10 0.01 0 0.72 188.57 0.05 0.27
Hex 41 47 48 A 1 0 48 BD 5 1B
Octal 101 107 110 12 1 0 110 275 5 33
Binary 1000001 1000111 1001000 1010 1 0 1001000 10111101 101 11011

Color Harmonies of #414748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414748

Black with #414748

Text Example


Text Example

White with #414748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414748; }

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

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

background-color css

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

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

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

border-color css

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

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

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