Html Css Color HEX #463851 Jagger

📋 copy color: '#463851'

red 70 ◦ green 56 ◦ blue 81

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

Shades of Jagger #463851

Tints of Jagger #463851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 33.82%
G = 27.05%
B = 39.13%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#463851 (or 0x463851) is known color: Jagger. HEX triplet: 46, 38 and 51. RGB value is (70,56,81). Sum of RGB (Red+Green+Blue) = 70+56+81=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #463851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463851 is #B9C7AE. Grayscale: #3E3E3E. Windows color (decimal): -12175279 or 5322822. OLE color: 5322822.

HSL color Cylindrical-coordinate representation of color #463851: hue angle of 273.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463851 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 56 81 -
CMYK 0.14 0.31 0 0.68
HSL 273.6º 0.18% 0.27% -
HSV(B) 273.6º 0.31% 0.32% -
XYZ 5.43 4.72 8.41 -
YUV 63.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 70 56 81 0.14 0.31 0 0.68 273.6 0.18 0.27
Hex 46 38 51 E 1F 0 44 112 12 1B
Octal 106 70 121 16 37 0 104 422 22 33
Binary 1000110 111000 1010001 1110 11111 0 1000100 100010010 10010 11011

Color Harmonies of #463851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463851

Black with #463851

Text Example


Text Example

White with #463851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463851; }

 p { color: rgb(70,56,81); }

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

background-color css

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

 a { background-color: rgb(70,56,81); }

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

border-color css

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

 span { border-color: rgb(70,56,81); }

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