Html Css Color HEX #463952 Jagger

📋 copy color: '#463952'

red 70 ◦ green 57 ◦ blue 82

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

Shades of Jagger #463952

Tints of Jagger #463952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.23%

R = 33.49%
G = 27.27%
B = 39.23%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#463952 (or 0x463952) is known color: Jagger. HEX triplet: 46, 39 and 52. RGB value is (70,57,82). Sum of RGB (Red+Green+Blue) = 70+57+82=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #463952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463952 is #B9C6AD. Grayscale: #3F3F3F. Windows color (decimal): -12175022 or 5388614. OLE color: 5388614.

HSL color Cylindrical-coordinate representation of color #463952: hue angle of 271.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463952 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 57 82 -
CMYK 0.15 0.30 0 0.68
HSL 271.2º 0.18% 0.27% -
HSV(B) 271.2º 0.3% 0.32% -
XYZ 5.51 4.84 8.63 -
YUV 63.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 70 57 82 0.15 0.30 0 0.68 271.2 0.18 0.27
Hex 46 39 52 F 1E 0 44 10F 12 1B
Octal 106 71 122 17 36 0 104 417 22 33
Binary 1000110 111001 1010010 1111 11110 0 1000100 100001111 10010 11011

Color Harmonies of #463952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463952

Black with #463952

Text Example


Text Example

White with #463952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463952; }

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

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

background-color css

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

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

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

border-color css

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

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

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