Html Css Color HEX #463A59 Jacarta

📋 copy color: '#463A59'

red 70 ◦ green 58 ◦ blue 89

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

Shades of Jacarta #463A59

Tints of Jacarta #463A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

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

R = 32.26%
G = 26.73%
B = 41.01%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463A59 (or 0x463A59) is known color: Jacarta. HEX triplet: 46, 3A and 59. RGB value is (70,58,89). Sum of RGB (Red+Green+Blue) = 70+58+89=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #463A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A59 is #B9C5A6. Grayscale: #414141. Windows color (decimal): -12174759 or 5847622. OLE color: 5847622.

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

Color convert

RGB 70 58 89 -
CMYK 0.21 0.35 0 0.65
HSL 263.23º 0.21% 0.29% -
HSV(B) 263.23º 0.35% 0.35% -
XYZ 5.84 5.05 10.12 -
YUV 65.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 70 58 89 0.21 0.35 0 0.65 263.23 0.21 0.29
Hex 46 3A 59 15 23 0 41 107 15 1D
Octal 106 72 131 25 43 0 101 407 25 35
Binary 1000110 111010 1011001 10101 100011 0 1000001 100000111 10101 11101

Color Harmonies of #463A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A59

Black with #463A59

Text Example


Text Example

White with #463A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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