Html Css Color HEX #463B5F Meteorite

📋 copy color: '#463B5F'

red 70 ◦ green 59 ◦ blue 95

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

Shades of Meteorite #463B5F

Tints of Meteorite #463B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 31.25%
G = 26.34%
B = 42.41%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#463B5F (or 0x463B5F) is known color: Meteorite. HEX triplet: 46, 3B and 5F. RGB value is (70,59,95). Sum of RGB (Red+Green+Blue) = 70+59+95=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #463B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B5F is #B9C4A0. Grayscale: #424242. Windows color (decimal): -12174497 or 6241094. OLE color: 6241094.

HSL color Cylindrical-coordinate representation of color #463B5F: hue angle of 258.33º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463B5F is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 59 95 -
CMYK 0.26 0.38 0 0.63
HSL 258.33º 0.23% 0.3% -
HSV(B) 258.33º 0.38% 0.37% -
XYZ 6.16 5.26 11.52 -
YUV 66.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 70 59 95 0.26 0.38 0 0.63 258.33 0.23 0.3
Hex 46 3B 5F 1A 26 0 3F 102 17 1E
Octal 106 73 137 32 46 0 77 402 27 36
Binary 1000110 111011 1011111 11010 100110 0 111111 100000010 10111 11110

Color Harmonies of #463B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B5F

Black with #463B5F

Text Example


Text Example

White with #463B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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