Html Css Color HEX #463259 Jagger

📋 copy color: '#463259'

red 70 ◦ green 50 ◦ blue 89

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

Shades of Jagger #463259

Tints of Jagger #463259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 33.49%
G = 23.92%
B = 42.58%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463259 (or 0x463259) is known color: Jagger. HEX triplet: 46, 32 and 59. RGB value is (70,50,89). Sum of RGB (Red+Green+Blue) = 70+50+89=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #463259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463259 is #B9CDA6. Grayscale: #3C3C3C. Windows color (decimal): -12176807 or 5845574. OLE color: 5845574.

HSL color Cylindrical-coordinate representation of color #463259: hue angle of 270.77º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463259 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 50 89 -
CMYK 0.21 0.44 0 0.65
HSL 270.77º 0.28% 0.27% -
HSV(B) 270.77º 0.44% 0.35% -
XYZ 5.47 4.3 9.99 -
YUV 60.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 70 50 89 0.21 0.44 0 0.65 270.77 0.28 0.27
Hex 46 32 59 15 2C 0 41 10F 1C 1B
Octal 106 62 131 25 54 0 101 417 34 33
Binary 1000110 110010 1011001 10101 101100 0 1000001 100001111 11100 11011

Color Harmonies of #463259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463259

Black with #463259

Text Example


Text Example

White with #463259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463259; }

 p { color: rgb(70,50,89); }

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

background-color css

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

 a { background-color: rgb(70,50,89); }

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

border-color css

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

 span { border-color: rgb(70,50,89); }

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