Html Css Color HEX #463853 Jagger

📋 copy color: '#463853'

red 70 ◦ green 56 ◦ blue 83

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

Shades of Jagger #463853

Tints of Jagger #463853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.71%

R = 33.49%
G = 26.79%
B = 39.71%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463853 (or 0x463853) is known color: Jagger. HEX triplet: 46, 38 and 53. RGB value is (70,56,83). Sum of RGB (Red+Green+Blue) = 70+56+83=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #463853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463853 is #B9C7AC. Grayscale: #3F3F3F. Windows color (decimal): -12175277 or 5453894. OLE color: 5453894.

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

Color convert

RGB 70 56 83 -
CMYK 0.16 0.33 0 0.67
HSL 271.11º 0.19% 0.27% -
HSV(B) 271.11º 0.33% 0.33% -
XYZ 5.5 4.75 8.81 -
YUV 63.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 70 56 83 0.16 0.33 0 0.67 271.11 0.19 0.27
Hex 46 38 53 10 21 0 43 10F 13 1B
Octal 106 70 123 20 41 0 103 417 23 33
Binary 1000110 111000 1010011 10000 100001 0 1000011 100001111 10011 11011

Color Harmonies of #463853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463853

Black with #463853

Text Example


Text Example

White with #463853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463853; }

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

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

background-color css

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

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

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

border-color css

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

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

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