Html Css Color HEX #463766 Meteorite

📋 copy color: '#463766'

red 70 ◦ green 55 ◦ blue 102

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

Shades of Meteorite #463766

Tints of Meteorite #463766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 30.84%
G = 24.23%
B = 44.93%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#463766 (or 0x463766) is known color: Meteorite. HEX triplet: 46, 37 and 66. RGB value is (70,55,102). Sum of RGB (Red+Green+Blue) = 70+55+102=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #463766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463766 is #B9C899. Grayscale: #404040. Windows color (decimal): -12175514 or 6698822. OLE color: 6698822.

HSL color Cylindrical-coordinate representation of color #463766: hue angle of 259.15º degrees, saturation: 0.3, 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 #463766 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 55 102 -
CMYK 0.31 0.46 0 0.6
HSL 259.15º 0.3% 0.31% -
HSV(B) 259.15º 0.46% 0.4% -
XYZ 6.29 4.99 13.2 -
YUV 64.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 70 55 102 0.31 0.46 0 0.6 259.15 0.3 0.31
Hex 46 37 66 1F 2E 0 3C 103 1E 1F
Octal 106 67 146 37 56 0 74 403 36 37
Binary 1000110 110111 1100110 11111 101110 0 111100 100000011 11110 11111

Color Harmonies of #463766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463766

Black with #463766

Text Example


Text Example

White with #463766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463766; }

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

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

background-color css

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

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

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

border-color css

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

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

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