Html Css Color HEX #463654 Jagger

📋 copy color: '#463654'

red 70 ◦ green 54 ◦ blue 84

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

Shades of Jagger #463654

Tints of Jagger #463654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 33.65%
G = 25.96%
B = 40.38%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463654 (or 0x463654) is known color: Jagger. HEX triplet: 46, 36 and 54. RGB value is (70,54,84). Sum of RGB (Red+Green+Blue) = 70+54+84=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #463654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463654 is #B9C9AB. Grayscale: #3E3E3E. Windows color (decimal): -12175788 or 5518918. OLE color: 5518918.

HSL color Cylindrical-coordinate representation of color #463654: hue angle of 272º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463654 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 54 84 -
CMYK 0.17 0.36 0 0.67
HSL 272º 0.22% 0.27% -
HSV(B) 272º 0.36% 0.33% -
XYZ 5.45 4.58 8.98 -
YUV 62.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 70 54 84 0.17 0.36 0 0.67 272 0.22 0.27
Hex 46 36 54 11 24 0 43 110 16 1B
Octal 106 66 124 21 44 0 103 420 26 33
Binary 1000110 110110 1010100 10001 100100 0 1000011 100010000 10110 11011

Color Harmonies of #463654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463654

Black with #463654

Text Example


Text Example

White with #463654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463654; }

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

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

background-color css

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

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

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

border-color css

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

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

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