Html Css Color HEX #463258 Jagger

📋 copy color: '#463258'

red 70 ◦ green 50 ◦ blue 88

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

Shades of Jagger #463258

Tints of Jagger #463258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.31%

R = 33.65%
G = 24.04%
B = 42.31%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463258 (or 0x463258) is known color: Jagger. HEX triplet: 46, 32 and 58. RGB value is (70,50,88). Sum of RGB (Red+Green+Blue) = 70+50+88=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #463258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463258 is #B9CDA7. Grayscale: #3C3C3C. Windows color (decimal): -12176808 or 5780038. OLE color: 5780038.

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

Color convert

RGB 70 50 88 -
CMYK 0.20 0.43 0 0.65
HSL 271.58º 0.28% 0.27% -
HSV(B) 271.58º 0.43% 0.35% -
XYZ 5.43 4.29 9.77 -
YUV 60.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 70 50 88 0.20 0.43 0 0.65 271.58 0.28 0.27
Hex 46 32 58 14 2B 0 41 110 1C 1B
Octal 106 62 130 24 53 0 101 420 34 33
Binary 1000110 110010 1011000 10100 101011 0 1000001 100010000 11100 11011

Color Harmonies of #463258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463258

Black with #463258

Text Example


Text Example

White with #463258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463258; }

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

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

background-color css

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

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

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

border-color css

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

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

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