Html Css Color HEX #463B4E Jagger

📋 copy color: '#463B4E'

red 70 ◦ green 59 ◦ blue 78

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

Shades of Jagger #463B4E

Tints of Jagger #463B4E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 33.82%
G = 28.5%
B = 37.68%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#463B4E (or 0x463B4E) is known color: Jagger. HEX triplet: 46, 3B and 4E. RGB value is (70,59,78). Sum of RGB (Red+Green+Blue) = 70+59+78=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #463B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B4E is #B9C4B1. Grayscale: #404040. Windows color (decimal): -12174514 or 5126982. OLE color: 5126982.

HSL color Cylindrical-coordinate representation of color #463B4E: hue angle of 274.74º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #463B4E is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 59 78 -
CMYK 0.10 0.24 0 0.69
HSL 274.74º 0.14% 0.27% -
HSV(B) 274.74º 0.24% 0.31% -
XYZ 5.46 4.98 7.88 -
YUV 64.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 70 59 78 0.10 0.24 0 0.69 274.74 0.14 0.27
Hex 46 3B 4E A 18 0 45 113 E 1B
Octal 106 73 116 12 30 0 105 423 16 33
Binary 1000110 111011 1001110 1010 11000 0 1000101 100010011 1110 11011

Color Harmonies of #463B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B4E

Black with #463B4E

Text Example


Text Example

White with #463B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B4E; }

 p { color: rgb(70,59,78); }

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

background-color css

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

 a { background-color: rgb(70,59,78); }

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

border-color css

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

 span { border-color: rgb(70,59,78); }

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