Html Css Color HEX #463765 Meteorite

📋 copy color: '#463765'

red 70 ◦ green 55 ◦ blue 101

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

Shades of Meteorite #463765

Tints of Meteorite #463765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 30.97%
G = 24.34%
B = 44.69%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463765 (or 0x463765) is known color: Meteorite. HEX triplet: 46, 37 and 65. RGB value is (70,55,101). Sum of RGB (Red+Green+Blue) = 70+55+101=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #463765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463765 is #B9C89A. Grayscale: #404040. Windows color (decimal): -12175515 or 6633286. OLE color: 6633286.

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

Color convert

RGB 70 55 101 -
CMYK 0.31 0.46 0 0.60
HSL 259.57º 0.29% 0.31% -
HSV(B) 259.57º 0.46% 0.4% -
XYZ 6.24 4.97 12.94 -
YUV 64.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 70 55 101 0.31 0.46 0 0.60 259.57 0.29 0.31
Hex 46 37 65 1F 2E 0 3C 104 1D 1F
Octal 106 67 145 37 56 0 74 404 35 37
Binary 1000110 110111 1100101 11111 101110 0 111100 100000100 11101 11111

Color Harmonies of #463765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463765

Black with #463765

Text Example


Text Example

White with #463765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463765; }

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

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

background-color css

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

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

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

border-color css

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

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

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