Html Css Color HEX #463767 Meteorite

📋 copy color: '#463767'

red 70 ◦ green 55 ◦ blue 103

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

Shades of Meteorite #463767

Tints of Meteorite #463767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.18%

R = 30.7%
G = 24.12%
B = 45.18%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463767 (or 0x463767) is known color: Meteorite. HEX triplet: 46, 37 and 67. RGB value is (70,55,103). Sum of RGB (Red+Green+Blue) = 70+55+103=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #463767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463767 is #B9C898. Grayscale: #404040. Windows color (decimal): -12175513 or 6764358. OLE color: 6764358.

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

Color convert

RGB 70 55 103 -
CMYK 0.32 0.47 0 0.60
HSL 258.75º 0.3% 0.31% -
HSV(B) 258.75º 0.47% 0.4% -
XYZ 6.34 5.01 13.47 -
YUV 64.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 70 55 103 0.32 0.47 0 0.60 258.75 0.3 0.31
Hex 46 37 67 20 2F 0 3C 103 1E 1F
Octal 106 67 147 40 57 0 74 403 36 37
Binary 1000110 110111 1100111 100000 101111 0 111100 100000011 11110 11111

Color Harmonies of #463767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463767

Black with #463767

Text Example


Text Example

White with #463767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463767; }

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

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

background-color css

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

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

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

border-color css

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

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

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