Html Css Color HEX #463651 Jagger

📋 copy color: '#463651'

red 70 ◦ green 54 ◦ blue 81

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

Shades of Jagger #463651

Tints of Jagger #463651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 34.15%
G = 26.34%
B = 39.51%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#463651 (or 0x463651) is known color: Jagger. HEX triplet: 46, 36 and 51. RGB value is (70,54,81). Sum of RGB (Red+Green+Blue) = 70+54+81=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #463651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463651 is #B9C9AE. Grayscale: #3D3D3D. Windows color (decimal): -12175791 or 5322310. OLE color: 5322310.

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

Color convert

RGB 70 54 81 -
CMYK 0.14 0.33 0 0.68
HSL 275.56º 0.2% 0.26% -
HSV(B) 275.56º 0.33% 0.32% -
XYZ 5.33 4.53 8.38 -
YUV 61.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 70 54 81 0.14 0.33 0 0.68 275.56 0.2 0.26
Hex 46 36 51 E 21 0 44 114 14 1A
Octal 106 66 121 16 41 0 104 424 24 32
Binary 1000110 110110 1010001 1110 100001 0 1000100 100010100 10100 11010

Color Harmonies of #463651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463651

Black with #463651

Text Example


Text Example

White with #463651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463651; }

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

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

background-color css

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

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

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

border-color css

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

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

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