Html Css Color HEX #424748 Charade

📋 copy color: '#424748'

red 66 ◦ green 71 ◦ blue 72

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

Shades of Charade #424748

Tints of Charade #424748

RGB

 RED value IS 66 (26.17% from 255) = 31.58%

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

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

R = 31.58%
G = 33.97%
B = 34.45%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424748 (or 0x424748) is known color: Charade. HEX triplet: 42, 47 and 48. RGB value is (66,71,72). Sum of RGB (Red+Green+Blue) = 66+71+72=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 72 - color contains mainly: blue. Hex color #424748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424748 is #BDB8B7. Grayscale: #454545. Windows color (decimal): -12433592 or 4736834. OLE color: 4736834.

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

Color convert

RGB 66 71 72 -
CMYK 0.08 0.01 0 0.72
HSL 190º 0.04% 0.27% -
HSV(B) 190º 0.08% 0.28% -
XYZ 5.67 6.13 7.02 -
YUV 69.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 66 71 72 0.08 0.01 0 0.72 190 0.04 0.27
Hex 42 47 48 8 1 0 48 BE 4 1B
Octal 102 107 110 10 1 0 110 276 4 33
Binary 1000010 1000111 1001000 1000 1 0 1001000 10111110 100 11011

Color Harmonies of #424748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424748

Black with #424748

Text Example


Text Example

White with #424748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424748; }

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

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

background-color css

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

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

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

border-color css

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

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

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