Html Css Color HEX #463955 Jagger

📋 copy color: '#463955'

red 70 ◦ green 57 ◦ blue 85

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

Shades of Jagger #463955

Tints of Jagger #463955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

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

R = 33.02%
G = 26.89%
B = 40.09%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463955 (or 0x463955) is known color: Jagger. HEX triplet: 46, 39 and 55. RGB value is (70,57,85). Sum of RGB (Red+Green+Blue) = 70+57+85=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #463955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463955 is #B9C6AA. Grayscale: #3F3F3F. Windows color (decimal): -12175019 or 5585222. OLE color: 5585222.

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

Color convert

RGB 70 57 85 -
CMYK 0.18 0.33 0 0.67
HSL 267.86º 0.2% 0.28% -
HSV(B) 267.86º 0.33% 0.33% -
XYZ 5.63 4.88 9.24 -
YUV 64.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 70 57 85 0.18 0.33 0 0.67 267.86 0.2 0.28
Hex 46 39 55 12 21 0 43 10C 14 1C
Octal 106 71 125 22 41 0 103 414 24 34
Binary 1000110 111001 1010101 10010 100001 0 1000011 100001100 10100 11100

Color Harmonies of #463955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463955

Black with #463955

Text Example


Text Example

White with #463955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463955; }

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

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

background-color css

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

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

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

border-color css

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

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

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