Html Css Color HEX #463965 Meteorite

📋 copy color: '#463965'

red 70 ◦ green 57 ◦ blue 101

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

Shades of Meteorite #463965

Tints of Meteorite #463965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 30.7%
G = 25%
B = 44.3%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463965 (or 0x463965) is known color: Meteorite. HEX triplet: 46, 39 and 65. RGB value is (70,57,101). Sum of RGB (Red+Green+Blue) = 70+57+101=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #463965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463965 is #B9C69A. Grayscale: #414141. Windows color (decimal): -12175003 or 6633798. OLE color: 6633798.

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

Color convert

RGB 70 57 101 -
CMYK 0.31 0.44 0 0.60
HSL 257.73º 0.28% 0.31% -
HSV(B) 257.73º 0.44% 0.4% -
XYZ 6.34 5.17 12.98 -
YUV 65.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 70 57 101 0.31 0.44 0 0.60 257.73 0.28 0.31
Hex 46 39 65 1F 2C 0 3C 102 1C 1F
Octal 106 71 145 37 54 0 74 402 34 37
Binary 1000110 111001 1100101 11111 101100 0 111100 100000010 11100 11111

Color Harmonies of #463965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463965

Black with #463965

Text Example


Text Example

White with #463965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463965; }

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

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

background-color css

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

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

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

border-color css

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

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

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