Html Css Color HEX #463758 Jagger

📋 copy color: '#463758'

red 70 ◦ green 55 ◦ blue 88

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

Shades of Jagger #463758

Tints of Jagger #463758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

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

R = 32.86%
G = 25.82%
B = 41.31%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463758 (or 0x463758) is known color: Jagger. HEX triplet: 46, 37 and 58. RGB value is (70,55,88). Sum of RGB (Red+Green+Blue) = 70+55+88=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #463758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463758 is #B9C8A7. Grayscale: #3F3F3F. Windows color (decimal): -12175528 or 5781318. OLE color: 5781318.

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

Color convert

RGB 70 55 88 -
CMYK 0.20 0.38 0 0.65
HSL 267.27º 0.23% 0.28% -
HSV(B) 267.27º 0.38% 0.35% -
XYZ 5.65 4.74 9.85 -
YUV 63.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 70 55 88 0.20 0.38 0 0.65 267.27 0.23 0.28
Hex 46 37 58 14 26 0 41 10B 17 1C
Octal 106 67 130 24 46 0 101 413 27 34
Binary 1000110 110111 1011000 10100 100110 0 1000001 100001011 10111 11100

Color Harmonies of #463758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463758

Black with #463758

Text Example


Text Example

White with #463758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463758; }

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

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

background-color css

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

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

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

border-color css

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

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

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