Html Css Color HEX #463A65 Meteorite

📋 copy color: '#463A65'

red 70 ◦ green 58 ◦ blue 101

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

Shades of Meteorite #463A65

Tints of Meteorite #463A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 30.57%
G = 25.33%
B = 44.1%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463A65 (or 0x463A65) is known color: Meteorite. HEX triplet: 46, 3A and 65. RGB value is (70,58,101). Sum of RGB (Red+Green+Blue) = 70+58+101=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #463A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A65 is #B9C59A. Grayscale: #424242. Windows color (decimal): -12174747 or 6634054. OLE color: 6634054.

HSL color Cylindrical-coordinate representation of color #463A65: hue angle of 256.74º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #463A65 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 58 101 -
CMYK 0.31 0.43 0 0.60
HSL 256.74º 0.27% 0.31% -
HSV(B) 256.74º 0.43% 0.4% -
XYZ 6.39 5.27 12.99 -
YUV 66.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 70 58 101 0.31 0.43 0 0.60 256.74 0.27 0.31
Hex 46 3A 65 1F 2B 0 3C 101 1B 1F
Octal 106 72 145 37 53 0 74 401 33 37
Binary 1000110 111010 1100101 11111 101011 0 111100 100000001 11011 11111

Color Harmonies of #463A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A65

Black with #463A65

Text Example


Text Example

White with #463A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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