Html Css Color HEX #463855 Jagger

📋 copy color: '#463855'

red 70 ◦ green 56 ◦ blue 85

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

Shades of Jagger #463855

Tints of Jagger #463855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 33.18%
G = 26.54%
B = 40.28%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463855 (or 0x463855) is known color: Jagger. HEX triplet: 46, 38 and 55. RGB value is (70,56,85). Sum of RGB (Red+Green+Blue) = 70+56+85=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #463855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463855 is #B9C7AA. Grayscale: #3F3F3F. Windows color (decimal): -12175275 or 5584966. OLE color: 5584966.

HSL color Cylindrical-coordinate representation of color #463855: hue angle of 268.97º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463855 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 56 85 -
CMYK 0.18 0.34 0 0.67
HSL 268.97º 0.21% 0.28% -
HSV(B) 268.97º 0.34% 0.33% -
XYZ 5.58 4.79 9.22 -
YUV 63.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 70 56 85 0.18 0.34 0 0.67 268.97 0.21 0.28
Hex 46 38 55 12 22 0 43 10D 15 1C
Octal 106 70 125 22 42 0 103 415 25 34
Binary 1000110 111000 1010101 10010 100010 0 1000011 100001101 10101 11100

Color Harmonies of #463855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463855

Black with #463855

Text Example


Text Example

White with #463855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463855; }

 p { color: rgb(70,56,85); }

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

background-color css

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

 a { background-color: rgb(70,56,85); }

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

border-color css

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

 span { border-color: rgb(70,56,85); }

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