Html Css Color HEX #463358 Jagger

📋 copy color: '#463358'

red 70 ◦ green 51 ◦ blue 88

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

Shades of Jagger #463358

Tints of Jagger #463358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.4%

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

R = 33.49%
G = 24.4%
B = 42.11%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463358 (or 0x463358) is known color: Jagger. HEX triplet: 46, 33 and 58. RGB value is (70,51,88). Sum of RGB (Red+Green+Blue) = 70+51+88=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #463358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463358 is #B9CCA7. Grayscale: #3C3C3C. Windows color (decimal): -12176552 or 5780294. OLE color: 5780294.

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

Color convert

RGB 70 51 88 -
CMYK 0.20 0.42 0 0.65
HSL 270.81º 0.27% 0.27% -
HSV(B) 270.81º 0.42% 0.35% -
XYZ 5.47 4.37 9.79 -
YUV 60.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 70 51 88 0.20 0.42 0 0.65 270.81 0.27 0.27
Hex 46 33 58 14 2A 0 41 10F 1B 1B
Octal 106 63 130 24 52 0 101 417 33 33
Binary 1000110 110011 1011000 10100 101010 0 1000001 100001111 11011 11011

Color Harmonies of #463358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463358

Black with #463358

Text Example


Text Example

White with #463358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463358; }

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

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

background-color css

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

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

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

border-color css

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

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

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