Html Css Color HEX #463B59 Jacarta

📋 copy color: '#463B59'

red 70 ◦ green 59 ◦ blue 89

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

Shades of Jacarta #463B59

Tints of Jacarta #463B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.06%

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 32.11%
G = 27.06%
B = 40.83%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463B59 (or 0x463B59) is known color: Jacarta. HEX triplet: 46, 3B and 59. RGB value is (70,59,89). Sum of RGB (Red+Green+Blue) = 70+59+89=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #463B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B59 is #B9C4A6. Grayscale: #414141. Windows color (decimal): -12174503 or 5847878. OLE color: 5847878.

HSL color Cylindrical-coordinate representation of color #463B59: hue angle of 262º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463B59 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 59 89 -
CMYK 0.21 0.34 0 0.65
HSL 262º 0.2% 0.29% -
HSV(B) 262º 0.34% 0.35% -
XYZ 5.89 5.15 10.13 -
YUV 65.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 70 59 89 0.21 0.34 0 0.65 262 0.2 0.29
Hex 46 3B 59 15 22 0 41 106 14 1D
Octal 106 73 131 25 42 0 101 406 24 35
Binary 1000110 111011 1011001 10101 100010 0 1000001 100000110 10100 11101

Color Harmonies of #463B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B59

Black with #463B59

Text Example


Text Example

White with #463B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B59; }

 p { color: rgb(70,59,89); }

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

background-color css

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

 a { background-color: rgb(70,59,89); }

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

border-color css

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

 span { border-color: rgb(70,59,89); }

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