Html Css Color HEX #474042 Jon

📋 copy color: '#474042'

red 71 ◦ green 64 ◦ blue 66

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

Shades of Jon #474042

Tints of Jon #474042

RGB

 RED value IS 71 (28.13% from 255) = 35.32%

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 35.32%
G = 31.84%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#474042 (or 0x474042) is known color: Jon. HEX triplet: 47, 40 and 42. RGB value is (71,64,66). Sum of RGB (Red+Green+Blue) = 71+64+66=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 71 - color contains mainly: red. Hex color #474042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474042 is #B8BFBD. Grayscale: #424242. Windows color (decimal): -12107710 or 4341831. OLE color: 4341831.

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

Color convert

RGB 71 64 66 -
CMYK 0 0.10 0.07 0.72
HSL 342.86º 0.05% 0.26% -
HSV(B) 342.86º 0.1% 0.28% -
XYZ 5.42 5.4 5.91 -
YUV 66.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 71 64 66 0 0.10 0.07 0.72 342.86 0.05 0.26
Hex 47 40 42 0 A 7 48 157 5 1A
Octal 107 100 102 0 12 7 110 527 5 32
Binary 1000111 1000000 1000010 0 1010 111 1001000 101010111 101 11010

Color Harmonies of #474042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474042

Black with #474042

Text Example


Text Example

White with #474042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474042; }

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

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

background-color css

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

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

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

border-color css

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

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

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