Html Css Color HEX #46374F Jagger

📋 copy color: '#46374F'

red 70 ◦ green 55 ◦ blue 79

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

Shades of Jagger #46374F

Tints of Jagger #46374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 79 (31.25% from 255) = 38.73%

R = 34.31%
G = 26.96%
B = 38.73%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46374F (or 0x46374F) is known color: Jagger. HEX triplet: 46, 37 and 4F. RGB value is (70,55,79). Sum of RGB (Red+Green+Blue) = 70+55+79=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #46374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46374F is #B9C8B0. Grayscale: #3E3E3E. Windows color (decimal): -12175537 or 5191494. OLE color: 5191494.

HSL color Cylindrical-coordinate representation of color #46374F: hue angle of 277.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46374F is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 55 79 -
CMYK 0.11 0.30 0 0.69
HSL 277.5º 0.18% 0.26% -
HSV(B) 277.5º 0.3% 0.31% -
XYZ 5.3 4.6 8.01 -
YUV 62.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 70 55 79 0.11 0.30 0 0.69 277.5 0.18 0.26
Hex 46 37 4F B 1E 0 45 116 12 1A
Octal 106 67 117 13 36 0 105 426 22 32
Binary 1000110 110111 1001111 1011 11110 0 1000101 100010110 10010 11010

Color Harmonies of #46374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46374F

Black with #46374F

Text Example


Text Example

White with #46374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46374F; }

 p { color: rgb(70,55,79); }

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

background-color css

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

 a { background-color: rgb(70,55,79); }

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

border-color css

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

 span { border-color: rgb(70,55,79); }

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