Html Css Color HEX #463A5A Jacarta

📋 copy color: '#463A5A'

red 70 ◦ green 58 ◦ blue 90

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

Shades of Jacarta #463A5A

Tints of Jacarta #463A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 32.11%
G = 26.61%
B = 41.28%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463A5A (or 0x463A5A) is known color: Jacarta. HEX triplet: 46, 3A and 5A. RGB value is (70,58,90). Sum of RGB (Red+Green+Blue) = 70+58+90=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #463A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A5A is #B9C5A5. Grayscale: #414141. Windows color (decimal): -12174758 or 5913158. OLE color: 5913158.

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

Color convert

RGB 70 58 90 -
CMYK 0.22 0.36 0 0.65
HSL 262.5º 0.22% 0.29% -
HSV(B) 262.5º 0.36% 0.35% -
XYZ 5.88 5.07 10.34 -
YUV 65.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 70 58 90 0.22 0.36 0 0.65 262.5 0.22 0.29
Hex 46 3A 5A 16 24 0 41 106 16 1D
Octal 106 72 132 26 44 0 101 406 26 35
Binary 1000110 111010 1011010 10110 100100 0 1000001 100000110 10110 11101

Color Harmonies of #463A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A5A

Black with #463A5A

Text Example


Text Example

White with #463A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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