Html Css Color HEX #46414A Jagger

📋 copy color: '#46414A'

red 70 ◦ green 65 ◦ blue 74

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

Shades of Jagger #46414A

Tints of Jagger #46414A

RGB

 RED value IS 70 (27.73% from 255) = 33.49%

 GREEN value IS 65 (25.78% from 255) = 31.1%

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 33.49%
G = 31.1%
B = 35.41%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46414A (or 0x46414A) is known color: Jagger. HEX triplet: 46, 41 and 4A. RGB value is (70,65,74). Sum of RGB (Red+Green+Blue) = 70+65+74=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 74 - color contains mainly: blue. Hex color #46414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46414A is #B9BEB5. Grayscale: #434343. Windows color (decimal): -12172982 or 4866374. OLE color: 4866374.

HSL color Cylindrical-coordinate representation of color #46414A: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #46414A is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 65 74 -
CMYK 0.05 0.12 0 0.71
HSL 273.33º 0.06% 0.27% -
HSV(B) 273.33º 0.12% 0.29% -
XYZ 5.65 5.58 7.26 -
YUV 67.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 70 65 74 0.05 0.12 0 0.71 273.33 0.06 0.27
Hex 46 41 4A 5 C 0 47 111 6 1B
Octal 106 101 112 5 14 0 107 421 6 33
Binary 1000110 1000001 1001010 101 1100 0 1000111 100010001 110 11011

Color Harmonies of #46414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46414A

Black with #46414A

Text Example


Text Example

White with #46414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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